{ "name": "nexe", "description": "Create a single executable out of your Node.js application", "license": "MIT", "version": "3.0.3", "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", "prepare": "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": { "@calebboyd/semaphore": "^1.3.1", "app-builder": "^5.2.0", "caw": "^2.0.1", "chalk": "^2.4.2", "cherow": "1.6.9", "download": "^7.1.0", "globby": "^9.2.0", "got": "^9.6.0", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "multistream": "^2.1.1", "ora": "^3.4.0", "pify": "^4.0.1", "resolve-dependencies": "^2.2.2", "rimraf": "^2.6.3" }, "devDependencies": { "@types/chai": "^4.1.7", "@types/download": "^6.2.4", "@types/execa": "^0.9.0", "@types/globby": "^9.1.0", "@types/got": "^9.4.1", "@types/minimist": "^1.2.0", "@types/mkdirp": "^0.5.2", "@types/mocha": "^5.2.6", "@types/multistream": "^2.1.1", "@types/ora": "^3.2.0", "@types/pify": "3.0.2", "@types/rimraf": "2.0.2", "@types/semver": "^6.0.0", "chai": "^4.2.0", "execa": "^1.0.0", "mocha": "^6.0.2", "prettier": "^1.16.4", "ts-node": "^8.0.3", "tslint": "^5.15.0", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.0.1", "typescript": "^3.4.1" } }