mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 23:48:05 -04:00
@pnpm/types v4.0.0 @pnpm/read-package-json v3.0.0 @pnpm/write-importer-manifest v4.0.0 @pnpm/read-importer-manifest v2.0.0
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@pnpm/read-package-json",
|
|
"version": "3.0.0",
|
|
"description": "Read a package.json",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"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": "pnpm run 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": "workspace:^4.0.0",
|
|
"read-package-json": "2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/read-package-json": "link:",
|
|
"tape": "4.11.0"
|
|
}
|
|
}
|