-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
65 lines (65 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@npm/types",
"version": "2.0.0",
"description": "Typescript definitions for npm registry content",
"types": "./types/index.d.ts",
"scripts": {
"lint": "npm run eslint",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run eslint -- --fix",
"snap": "tap",
"test": "tap",
"posttest": "npm run lint",
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
},
"keywords": [
"npm registry",
"types",
"typescript",
"definitions",
"typings"
],
"author": "GitHub Inc.",
"license": "MIT",
"engines": {
"node": ">=18.6.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.3",
"@types/node": "22.1.0",
"@typescript-eslint/parser": "^8.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"tap": "^18.7.3",
"typescript": "^5.4.5"
},
"files": [
"bin/",
"lib/",
"types/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/npm/types.git"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.3",
"allowPaths": [
"/types/"
],
"distPaths": [
"types/"
],
"latestCiVersion": 18,
"windowsCI": false,
"macCI": false,
"publish": true
},
"type": "module",
"tap": {
"typecheck": true,
"disable-coverage": true
}
}