{ "name": "libnpmfund", "version": "1.0.2", "files": [ "index.js" ], "description": "Programmatic API for npm fund", "repository": "https://github.com/npm/libnpmfund", "keywords": [ "npm", "npmcli", "libnpm", "cli", "git", "fund", "gitfund" ], "author": "npm Inc. ", "contributors": [ { "name": "Ruy Adorno", "url": "https://ruyadorno.com", "twitter": "ruyadorno" } ], "license": "ISC", "scripts": { "lint": "standard", "pretest": "npm run lint", "test": "tap", "snap": "tap", "preversion": "npm test", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags" }, "tap": { "check-coverage": true }, "standard": { "ignore": [ "/tap-snapshots/" ] }, "devDependencies": { "require-inject": "^1.4.4", "standard": "^14.3.4", "tap": "^14.10.7" }, "dependencies": { "@npmcli/arborist": "^2.0.0" } }