UNPKG

814 BJSONView Raw
1{
2 "name": "@pnpm/types",
3 "version": "8.4.0",
4 "description": "Basic types used by pnpm",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "engines": {
8 "node": ">=14.6"
9 },
10 "files": [
11 "lib",
12 "!*.map"
13 ],
14 "repository": "https://github.com/pnpm/pnpm/blob/main/packages/types",
15 "keywords": [
16 "pnpm7",
17 "pnpm",
18 "types"
19 ],
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/pnpm/pnpm/issues"
23 },
24 "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/types#readme",
25 "funding": "https://opencollective.com/pnpm",
26 "devDependencies": {
27 "@pnpm/types": "8.4.0"
28 },
29 "exports": {
30 ".": "./lib/index.js"
31 },
32 "scripts": {
33 "test": "pnpm run compile",
34 "compile": "tsc --build && pnpm run lint --fix",
35 "lint": "eslint src/**/*.ts"
36 }
37}
\No newline at end of file