forked from type-challenges/type-challenges
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "type-challenges",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"repository": "https://github.com/antfu/type-challenges.git",
"scripts": {
"readme": "esno ./scripts/readme.ts",
"build": "esno ./scripts/build.ts",
"generate": "esno ./scripts/generate-play.ts",
"lint": "eslint .",
"translate": "esno ./scripts/translate-cli.ts",
"utils:release": "pnpm -C utils release"
},
"dependencies": {
"esno": "^4.0.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"lz-string": "^1.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.0",
"@type-challenges/utils": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/lz-string": "^1.5.0",
"@types/node": "^20.10.5",
"@types/prompts": "^2.4.9",
"eslint": "^8.56.0",
"picocolors": "^1.0.0",
"prompts": "^2.4.2",
"typescript": "^5.3.3",
"utility-types": "^3.10.0"
}
}