mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 15:38:24 -04:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "@pnpm/read-package-json",
|
|
"version": "2.0.2",
|
|
"description": "Read a package.json",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"engines": {
|
|
"node": ">=8.15"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"test": "pnpm run lint && pnpm run tsc && ts-node test --type-check",
|
|
"prepublishOnly": "tsc",
|
|
"tsc": "tsc"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json",
|
|
"keywords": [
|
|
"pnpm",
|
|
"outdated"
|
|
],
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io/",
|
|
"twitter": "ZoltanKochan"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json#readme",
|
|
"dependencies": {
|
|
"@pnpm/types": "^3.0.0",
|
|
"read-package-json": "2.0.13"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/read-package-json": "link:",
|
|
"tape": "4.11.0"
|
|
}
|
|
}
|