1{ 2 "name": "libnpmfund", 3 "version": "5.0.5", 4 "main": "lib/index.js", 5 "files": [ 6 "bin/", 7 "lib/" 8 ], 9 "description": "Programmatic API for npm fund", 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/npm/cli.git", 13 "directory": "workspaces/libnpmfund" 14 }, 15 "keywords": [ 16 "npm", 17 "npmcli", 18 "libnpm", 19 "cli", 20 "git", 21 "fund", 22 "gitfund" 23 ], 24 "author": "GitHub Inc.", 25 "contributors": [ 26 { 27 "name": "Ruy Adorno", 28 "url": "https://ruyadorno.com", 29 "twitter": "ruyadorno" 30 } 31 ], 32 "license": "ISC", 33 "scripts": { 34 "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", 35 "lintfix": "npm run lint -- --fix", 36 "posttest": "npm run lint", 37 "test": "tap", 38 "snap": "tap", 39 "postlint": "template-oss-check", 40 "template-oss-apply": "template-oss-apply --force" 41 }, 42 "devDependencies": { 43 "@npmcli/eslint-config": "^4.0.0", 44 "@npmcli/template-oss": "4.21.3", 45 "tap": "^16.3.8" 46 }, 47 "dependencies": { 48 "@npmcli/arborist": "^7.2.1" 49 }, 50 "engines": { 51 "node": "^16.14.0 || >=18.0.0" 52 }, 53 "templateOSS": { 54 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 55 "version": "4.21.3", 56 "content": "../../scripts/template-oss/index.js" 57 }, 58 "tap": { 59 "nyc-arg": [ 60 "--exclude", 61 "tap-snapshots/**" 62 ] 63 } 64} 65