niim
Version:
Node Inspect IMproved
58 lines (57 loc) • 1.27 kB
JSON
{
"name": "niim",
"version": "1.12.1-a",
"description": "Node Inspect IMproved",
"license": "MIT",
"main": "lib/cli.js",
"bin": {
"niim": "niim"
},
"homepage": "https://github.com/wesgarland/niim",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/wesgarland/niim.git"
},
"bugs": {
"url": "https://github.com/wesgarland/niim/issues"
},
"scripts": {
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags",
"pretest": "eslint --rulesdir=tools/eslint-rules lib test",
"test": "tap test",
"posttest": "nlm verify"
},
"nlm": {
"license": {
"files": [
"lib"
]
}
},
"dependencies": {},
"devDependencies": {
"eslint": "^6.8.0",
"nlm": "^3.0.0",
"tap": "^10.7.0"
},
"author": "Wes Garland <wes@kingsds.network>",
"files": [
"*.js",
"lib",
"etc"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"keywords": [
"cli-debugger",
"cli",
"debugger",
"node-inspect"
]
}