{ "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" }