5
0
node-binaries/node/node_modules/npm-js-interface/package.json
2025-01-29 20:51:26 +08:00

31 lines
693 B
JSON

{
"name": "npm-js-interface",
"version": "1.0.1",
"description": "Help you to run NPM command directly in JS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"npm": "^10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yqs112358/npm-js-interface.git"
},
"keywords": [
"npm",
"npm-cli",
"npm-command",
"api",
"js-interface",
"interface"
],
"author": "yqs112358",
"license": "Artistic-2.0",
"bugs": {
"url": "https://github.com/yqs112358/npm-js-interface/issues"
},
"homepage": "https://github.com/yqs112358/npm-js-interface#readme"
}