UNPKG

@pnpm/read-package-json

Version:
48 lines 1.19 kB
{ "name": "@pnpm/read-package-json", "version": "1000.0.9", "description": "Read a package.json", "keywords": [ "pnpm", "pnpm10", "outdated" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/read-package-json", "homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/read-package-json#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "dependencies": { "load-json-file": "^6.2.0", "normalize-package-data": "^5.0.0", "@pnpm/types": "1000.6.0", "@pnpm/error": "1000.0.2" }, "devDependencies": { "@types/normalize-package-data": "^2.4.4", "@pnpm/read-package-json": "1000.0.9" }, "engines": { "node": ">=18.12" }, "jest": { "preset": "@pnpm/jest-config" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "compile": "tsc --build && pnpm run lint --fix" } }