Files
pnpm/env/path/package.json
2024-08-29 22:15:01 +02:00

43 lines
985 B
JSON

{
"name": "@pnpm/env.path",
"version": "1.1.0",
"description": "Functions for changing PATH env variable",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"exports": {
".": "./lib/index.js"
},
"engines": {
"node": ">=18.12"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/env/path",
"keywords": [
"pnpm9",
"pnpm",
"env"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/env/path#readme",
"dependencies": {
"path-name": "catalog:"
},
"devDependencies": {
"@pnpm/env.path": "workspace:*"
}
}