-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "focus-dt",
"version": "1.0.4",
"description": "A simple command-line tool for running down PRs on DefinitelyTyped",
"bin": {
"focus-dt": "bin/focus-dt"
},
"type": "module",
"scripts": {
"prebuild": "npx gql-tada turbo",
"build": "tsc -b .",
"clean": "tsc -b --clean .",
"start": "npm run build && node --enable-source-maps bin/focus-dt"
},
"author": "Ron Buckton <[email protected]>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/focus-dt.git"
},
"bugs": {
"url": "https://github.com/DefinitelyTyped/focus-dt/issues"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.11",
"@types/color-convert": "^2.0.0",
"@types/node": "^20.14.10",
"@types/winreg": "^1.2.30",
"@types/yargs": "^13.0.0",
"typescript": "^5.5.3"
},
"dependencies": {
"chalk": "^3.0.0",
"equatable": "^1.2.0",
"gql.tada": "^1.8.2",
"iterable-query": "^1.0.0-pre.15",
"octokit": "^4.0.2",
"timeago.js": "^4.0.2",
"vscode-chrome-debug-core": "^6.7.50",
"winreg": "^1.2.4",
"yargs": "^13.2.4"
}
}