neon-cli
Version:
Build and load native Rust/Neon modules.
54 lines (53 loc) • 1.36 kB
JSON
{
"name": "neon-cli",
"version": "0.10.1",
"description": "Build and load native Rust/Neon modules.",
"author": "Dave Herman <david.herman@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/neon-bindings/neon.git"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"neon": "bin/cli.js"
},
"license": "SEE LICENSE IN LICENSE-*",
"dependencies": {
"chalk": "^4.1.0",
"command-line-args": "^5.1.1",
"command-line-commands": "^3.0.1",
"command-line-usage": "^6.1.0",
"git-config": "0.0.7",
"handlebars": "^4.7.6",
"inquirer": "^7.3.3",
"make-promises-safe": "^5.1.0",
"rimraf": "^3.0.2",
"semver": "^7.3.2",
"toml": "^3.0.0",
"ts-typed-json": "^0.3.2",
"validate-npm-package-license": "^3.0.4",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/inquirer": "^7.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "10.17.26",
"@types/rimraf": "^3.0.0",
"@types/semver": "^7.3.1",
"mocha": "^9.1.0",
"typescript": "^4.5.5"
},
"scripts": {
"transpile": "tsc",
"prepare": "npm run transpile"
},
"bugs": {
"url": "https://github.com/neon-bindings/neon/issues"
},
"homepage": "https://www.neon-bindings.com",
"engines": {
"node": ">=8"
}
}