mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-27 00:08:53 -05:00
42 lines
994 B
JSON
42 lines
994 B
JSON
{
|
|
"name": "@pnpm/cli-meta",
|
|
"version": "3.0.1",
|
|
"description": "Reads the metainfo of the currently running pnpm instance",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.19"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.ts",
|
|
"test": "pnpm run compile",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "tsc --build && pnpm run lint --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/cli-meta",
|
|
"keywords": [
|
|
"pnpm7",
|
|
"pnpm"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/cli-meta#readme",
|
|
"devDependencies": {
|
|
"@pnpm/cli-meta": "workspace:3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/types": "workspace:8.0.1",
|
|
"load-json-file": "^6.2.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|