25 lines
468 B
JSON
25 lines
468 B
JSON
{
|
|
"name": "nexe-daemon",
|
|
"version": "1.0.0",
|
|
"description": "Plugin for nexe to create installable services",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"clean": "rimraf *.js",
|
|
"build": "tsc",
|
|
"postpublish": "npm run clean"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"winsw.exe"
|
|
],
|
|
"author": "Caleb Boyd",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"rimraf": "^2.6.2",
|
|
"typescript": "^2.5.2"
|
|
},
|
|
"dependencies": {
|
|
"nexe": "^2.0.0-rc.11"
|
|
}
|
|
}
|