UNPKG

@pnpm/read-project-manifest

Version:

Read a project manifest (called package.json in most cases)

57 lines 1.55 kB
{ "name": "@pnpm/read-project-manifest", "version": "1000.0.11", "description": "Read a project manifest (called package.json in most cases)", "keywords": [ "pnpm", "pnpm10" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/read-project-manifest", "homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/read-project-manifest#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": { "@gwhitney/detect-indent": "7.0.1", "fast-deep-equal": "^3.1.3", "is-windows": "^1.0.2", "json5": "^2.2.3", "parse-json": "^5.2.0", "read-yaml-file": "^2.1.0", "strip-bom": "^4.0.0", "@pnpm/error": "1000.0.2", "@pnpm/graceful-fs": "1000.0.0", "@pnpm/text.comments-parser": "1000.0.0", "@pnpm/write-project-manifest": "1000.0.8", "@pnpm/types": "1000.6.0" }, "devDependencies": { "@types/is-windows": "^1.0.2", "@types/parse-json": "^4.0.2", "tempy": "^1.0.1", "@pnpm/read-project-manifest": "1000.0.11" }, "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" } }