UNPKG

read-pkg

Version:
51 lines (50 loc) 929 B
{ "name": "read-pkg", "version": "10.1.0", "description": "Read a package.json file", "license": "MIT", "repository": "sindresorhus/read-pkg", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=20" }, "scripts": { "test": "xo && cd test && node --test test.js" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "json", "read", "parse", "file", "fs", "graceful", "load", "package", "normalize" ], "dependencies": { "@types/normalize-package-data": "^2.4.4", "normalize-package-data": "^8.0.0", "parse-json": "^8.3.0", "type-fest": "^5.4.4", "unicorn-magic": "^0.4.0" }, "devDependencies": { "xo": "^1.2.3" } }