54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "neon-cli",
|
|
"version": "0.8.2",
|
|
"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": "^8.0.1",
|
|
"@types/node": "10.17.26",
|
|
"@types/rimraf": "^3.0.0",
|
|
"@types/semver": "^7.3.1",
|
|
"mocha": "^8.1.0",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"scripts": {
|
|
"transpile": "tsc",
|
|
"prepublishOnly": "npm run transpile"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/neon-bindings/neon/issues"
|
|
},
|
|
"homepage": "https://www.neon-bindings.com",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
}
|