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