@aws/pdk
Version:
All documentation is located at: https://aws.github.io/aws-pdk
37 lines • 819 B
JSON
{
"name": "@pnpm/types",
"version": "9.4.2",
"description": "Basic types used by pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=16.14"
},
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/types",
"keywords": [
"pnpm8",
"pnpm",
"types"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/types#readme",
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/types": "9.4.2"
},
"exports": {
".": "./lib/index.js"
},
"scripts": {
"test": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix",
"lint": "eslint \"src/**/*.ts\""
}
}