17 lines
291 B
JSON
17 lines
291 B
JSON
{
|
|
"name": "native-build",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"bundle": "node build",
|
|
"build": "nexe -i app.js -o app.exe"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fuse-box": "^2.2.0",
|
|
"zmq": "^2.15.3"
|
|
}
|
|
}
|