@aws/pdk
Version:
All documentation is located at: https://aws.github.io/aws-pdk
39 lines • 888 B
JSON
{
"name": "@pnpm/lockfile-types",
"version": "5.1.5",
"description": "Types for the pnpm-lock.yaml lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=16.14"
},
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-types",
"keywords": [
"pnpm8",
"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": "9.4.2"
},
"devDependencies": {
"@pnpm/lockfile-types": "5.1.5"
},
"exports": {
".": "./lib/index.js"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"compile": "tsc --build && pnpm run lint --fix"
}
}