@pnpm/lockfile-types
Version:
Types for the pnpm-lock.yaml lockfile
39 lines • 889 B
JSON
{
"name": "@pnpm/lockfile-types",
"version": "7.1.3",
"description": "Types for the pnpm-lock.yaml lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=18.12"
},
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-types",
"keywords": [
"pnpm9",
"pnpm",
"types"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-types#readme",
"funding": "https://opencollective.com/pnpm",
"dependencies": {
"@pnpm/types": "11.1.0"
},
"devDependencies": {
"@pnpm/lockfile-types": "7.1.3"
},
"exports": {
".": "./lib/index.js"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"compile": "tsc --build && pnpm run lint --fix"
}
}