1{ 2 "name": "npm-profile", 3 "version": "9.0.0", 4 "description": "Library for updating an npmjs.com profile", 5 "keywords": [], 6 "author": "GitHub Inc.", 7 "license": "ISC", 8 "dependencies": { 9 "npm-registry-fetch": "^16.0.0", 10 "proc-log": "^3.0.0" 11 }, 12 "main": "./lib/index.js", 13 "repository": { 14 "type": "git", 15 "url": "https://github.com/npm/npm-profile.git" 16 }, 17 "files": [ 18 "bin/", 19 "lib/" 20 ], 21 "devDependencies": { 22 "@npmcli/eslint-config": "^4.0.0", 23 "@npmcli/template-oss": "4.18.0", 24 "nock": "^13.2.4", 25 "tap": "^16.0.1" 26 }, 27 "scripts": { 28 "posttest": "npm run lint", 29 "test": "tap", 30 "snap": "tap", 31 "lint": "eslint \"**/*.js\"", 32 "postlint": "template-oss-check", 33 "lintfix": "npm run lint -- --fix", 34 "template-oss-apply": "template-oss-apply --force" 35 }, 36 "tap": { 37 "check-coverage": true, 38 "nyc-arg": [ 39 "--exclude", 40 "tap-snapshots/**" 41 ] 42 }, 43 "engines": { 44 "node": "^16.14.0 || >=18.0.0" 45 }, 46 "templateOSS": { 47 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 48 "version": "4.18.0", 49 "ciVersions": [ 50 "16.14.0", 51 "16.x", 52 "18.0.0", 53 "18.x" 54 ], 55 "publish": true 56 } 57} 58