Files
pnpm/pkg-manifest/utils/package.json
2026-03-28 11:55:51 +01:00

56 lines
1.5 KiB
JSON

{
"name": "@pnpm/pkg-manifest.utils",
"version": "1001.0.6",
"description": "Utils for dealing with package manifest",
"keywords": [
"pnpm",
"pnpm11"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/pkg-manifest/utils",
"homepage": "https://github.com/pnpm/pnpm/tree/main/pkg-manifest/utils#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"start": "tsgo --watch",
"test": "pn compile && pn .test",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"prepublishOnly": "pn compile",
"compile": "tsgo --build && pn lint --fix",
".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
},
"dependencies": {
"@pnpm/core-loggers": "workspace:*",
"@pnpm/deps.peer-range": "workspace:*",
"@pnpm/error": "workspace:*",
"@pnpm/types": "workspace:*",
"semver": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/logger": "workspace:*",
"@pnpm/pkg-manifest.utils": "workspace:*",
"@types/semver": "catalog:"
},
"engines": {
"node": ">=22.13"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}