{ "name": "nexe", "description": "Create a single executable out of your Node.js application", "license": "MIT", "version": "2.0.0-next.10", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ", "Caleb Boyd " ], "scripts": { "asset-compile": "ts-node tasks/asset-compile", "test": "mocha", "lint": "tslint \"{src,plugins,tasks}/**/*.ts\" --fix", "prepublishOnly": "npm run lint && npm run build && npm test", "prebuild": "rimraf lib", "build": "tsc --declaration", "postbuild": "ts-node tasks/post-build" }, "repository": { "type": "git", "url": "git://github.com/nexe/nexe.git" }, "files": [ "lib" ], "typings": "lib/nexe.d.ts", "main": "index.js", "bin": { "nexe": "index.js" }, "engines": { "node": ">=6" }, "dependencies": { "app-builder": "^5.2.0", "caw": "^2.0.1", "chalk": "^2.3.2", "download": "^6.2.5", "globby": "^8.0.1", "got": "^8.3.0", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "ora": "^2.0.0", "pify": "^3.0.0", "resolve-dependencies": "^1.1.0", "rimraf": "^2.6.2" }, "devDependencies": { "@types/chai": "^4.1.2", "@types/execa": "^0.8.1", "@types/globby": "^6.1.0", "@types/minimist": "^1.2.0", "@types/mkdirp": "^0.5.2", "@types/mocha": "^2.2.48", "@types/ora": "^1.3.1", "@types/pify": "3.0.0", "@types/rimraf": "2.0.2", "chai": "^4.1.2", "execa": "^0.9.0", "mocha": "^5.0.0", "prettier": "^1.10.2", "ts-node": "4.1.0", "tslint": "^5.9.1", "tslint-config-prettier": "^1.7.0", "tslint-plugin-prettier": "^1.3.0", "typescript": "2.7.1" } }