@fcarelse/npxtest
Version:
Testing NPX
30 lines (29 loc) • 614 B
JSON
{
"name": "@fcarelse/npxtest",
"version": "0.0.9",
"description": "Testing NPX",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"npxtest":"node .",
"start":"node ."
},
"bin":{
"npxtest":"./bin/npxtest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fcarelse/npxtest.git"
},
"keywords": [
"NPX",
"TEST"
],
"author": "Francis Carelse",
"license": "ISC",
"bugs": {
"url": "https://github.com/fcarelse/npxtest/issues"
},
"homepage": "https://github.com/fcarelse/npxtest#readme",
"public": true
}