-
Notifications
You must be signed in to change notification settings - Fork 211
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "@definitelytyped/utils",
"version": "0.1.8",
"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": {
"@qiwi/npm-registry-client": "^8.9.1",
"@types/node": "^18.19.64",
"cachedir": "^2.4.0",
"charm": "^1.0.2",
"minimatch": "^9.0.5",
"tar": "^6.2.1",
"tar-stream": "^3.1.7",
"which": "^4.0.0"
},
"devDependencies": {
"@qiwi/npm-types": "^1.0.3",
"@types/charm": "^1.0.6",
"@types/tar": "^6.1.13",
"@types/tar-stream": "^3.1.3",
"@types/which": "^3.0.4"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.18.0"
}
}