{ "name": "nexe", "description": "Create a single executable out of your Node.js application", "license": "MIT", "version": "2.0.0-rc.30", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ", "Caleb Boyd " ], "scripts": { "asset-compile": "ts-node tasks/asset-compile", "test": "mocha", "fmt": "prettier --parser typescript --no-semi --print-width 100 --single-quote --write \"{src,plugins,tasks}/**/*.ts\"", "prepare": "npm run build", "prepublishOnly": "npm test", "prebuild": "rimraf lib && npm run fmt", "build": "tsc --declaration", "postbuild": "ts-node tasks/post-build" }, "repository": { "type": "git", "url": "git://github.com/nexe/nexe.git" }, "files": [ "lib", "source-map-support.js" ], "typings": "lib/nexe.d.ts", "main": "index.js", "bin": { "nexe": "index.js" }, "engines": { "node": ">=6" }, "dependencies": { "app-builder": "^5.1.0", "typescript": "2.5.3", "caw": "^2.0.1", "chalk": "^1.1.3", "download": "^6.2.0", "fuse-box": "^3.1.0", "globby": "^6.1.0", "got": "^8.0.3", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "ora": "^1.2.0", "pify": "^3.0.0", "rimraf": "^2.6.1", "uglify-es": "^3.3.9", "uglify-js": "3.0.28" }, "devDependencies": { "@types/chai": "^4.0.4", "@types/chalk": "^0.4.31", "@types/execa": "^0.7.0", "@types/globby": "^0.6.0", "@types/minimist": "^1.2.0", "@types/mkdirp": "^0.3.29", "@types/mocha": "^2.2.42", "@types/ora": "^0.3.31", "@types/pify": "0.0.28", "@types/rimraf": "0.0.28", "chai": "^4.1.2", "execa": "^0.8.0", "mocha": "^3.5.0", "prettier": "^1.6.1", "ts-node": "3.3.0" } }