-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.23 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
{
"name": "ts-dualist",
"version": "0.1.0-beta.1",
"license": "ISC",
"author": "Tao Cumplido",
"repository": "https://github.com/tao-cumplido/ts-dualist",
"bugs": "https://github.com/tao-cumplido/ts-dualist/issues",
"type": "module",
"bin": {
"tscd": "dist/cli.mjs"
},
"scripts": {
"build": "wireit",
"test": "wireit"
},
"wireit": {
"build": {
"command": "tsc --build"
},
"test": {
"command": "tsx --tsconfig test/tsconfig.json test/run.ts",
"dependencies": ["build"]
}
},
"dependencies": {
"execa": "^8.0.1",
"get-tsconfig": "^4.7.2",
"load-json-file": "^7.0.1",
"type-flag": "^3.0.0",
"write-json-file": "^5.0.0",
"zod": "^3.22.4"
},
"peerDependencies": {
"typescript": ">=4.7.0"
},
"devDependencies": {
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.44.9",
"@types/node": "20.10.5",
"@shigen/code-tag": "0.1.0",
"@shigen/eslint-plugin": "0.3.1",
"@shigen/test": "0.2.1",
"@stylistic/eslint-plugin": "1.5.1",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"eslint": "8.56.0",
"execa": "8.0.1",
"fs-fixture": "1.2.0",
"manten": "1.2.0",
"type-fest": "4.8.3",
"typescript": "5.3.3",
"tsx": "4.6.2",
"wireit": "0.14.1"
}
}