mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 12:41:44 -05:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "@pnpm/cli-meta",
|
|
"version": "1.0.1",
|
|
"description": "Reads the metainfo of the currently running pnpm instance",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.16"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint -c ../../eslint.json src/**/*.ts",
|
|
"test": "pnpm run compile",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/cli-meta",
|
|
"keywords": [
|
|
"pnpm"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/cli-meta#readme",
|
|
"devDependencies": {
|
|
"@pnpm/cli-meta": "link:",
|
|
"@pnpm/types": "workspace:6.3.0"
|
|
},
|
|
"dependencies": {
|
|
"load-json-file": "^6.2.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|