Files
pnpm/pkg-manifest/read-package-json/package.json
2024-10-02 12:19:20 +02:00

47 lines
1.2 KiB
JSON

{
"name": "@pnpm/read-package-json",
"version": "9.0.9",
"description": "Read a package.json",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=18.12"
},
"files": [
"lib",
"!*.map"
],
"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/pkg-manifest/read-package-json",
"keywords": [
"pnpm9",
"pnpm",
"outdated"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/read-package-json#readme",
"dependencies": {
"@pnpm/error": "workspace:*",
"@pnpm/types": "workspace:*",
"load-json-file": "catalog:",
"normalize-package-data": "catalog:"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/read-package-json": "workspace:*",
"@types/normalize-package-data": "catalog:"
},
"exports": {
".": "./lib/index.js"
}
}