1{ 2 "author": "GitHub Inc.", 3 "name": "promzard", 4 "description": "prompting wizardly", 5 "version": "1.0.0", 6 "repository": { 7 "url": "https://github.com/npm/promzard.git", 8 "type": "git" 9 }, 10 "dependencies": { 11 "read": "^2.0.0" 12 }, 13 "devDependencies": { 14 "@npmcli/eslint-config": "^4.0.0", 15 "@npmcli/template-oss": "4.11.0", 16 "tap": "^16.3.0" 17 }, 18 "main": "lib/index.js", 19 "scripts": { 20 "test": "tap", 21 "lint": "eslint \"**/*.js\"", 22 "postlint": "template-oss-check", 23 "template-oss-apply": "template-oss-apply --force", 24 "lintfix": "npm run lint -- --fix", 25 "snap": "tap", 26 "posttest": "npm run lint" 27 }, 28 "license": "ISC", 29 "files": [ 30 "bin/", 31 "lib/" 32 ], 33 "engines": { 34 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 35 }, 36 "templateOSS": { 37 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 38 "version": "4.11.0" 39 }, 40 "tap": { 41 "jobs": 1, 42 "test-ignore": "fixtures/", 43 "nyc-arg": [ 44 "--exclude", 45 "tap-snapshots/**" 46 ] 47 } 48} 49