-
Notifications
You must be signed in to change notification settings - Fork 233
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.21 KB
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
{
"name": "@definitelytyped/utils",
"version": "0.1.11",
"description": "Shared utilities for DefinitelyTyped tools",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/utils#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/DefinitelyTyped-tools.git",
"directory": "packages/utils"
},
"scripts": {
"build": "tsc -b",
"test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/utils"
},
"bugs": {
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
},
"dependencies": {
"@types/node": "^25.1.0",
"cachedir": "^2.4.0",
"charm": "^1.0.2",
"libnpmpublish": "^11.1.3",
"minimatch": "^10.1.1",
"npm-registry-fetch": "^19.1.1",
"tar": "^7.5.7",
"tar-stream": "^3.1.7",
"which": "^6.0.0"
},
"devDependencies": {
"@types/charm": "^1.0.6",
"@types/libnpmpublish": "^9.0.1",
"@types/npm-registry-fetch": "^8.0.8",
"@types/tar-stream": "^3.1.4",
"@types/which": "^3.0.4"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20.17.0"
}
}