-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.1 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
{
"name": "inkppt",
"version": "0.0.3",
"author": {
"name": "charlzyx",
"email": "charlzyx@qq.com"
},
"bin": "build/index.js",
"type": "module",
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "https://github.com/charlzyx/inkppt.git"
},
"main": "src/index.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/marked": "^5.0.0",
"@types/node": "^20.3.2",
"@types/react": "^18.2.14",
"typescript": "latest"
},
"dependencies": {
"@types/js-yaml": "^4.0.5",
"ansi-escapes": "^6.2.0",
"chalk": "^5.2.0",
"cli-table3": "^0.6.3",
"dayjs": "^1.11.8",
"dprint": "^0.37.1",
"ink": "^4.2.0",
"ink-spinner": "^5.0.0",
"js-yaml": "^4.1.0",
"marked": "^5.1.0",
"marked-gfm-heading-id": "^3.0.4",
"nanoid": "^4.0.2",
"node-emoji": "^2.1.0",
"react": "^18.2.0",
"react-devtools-core": "^4.27.8",
"shiki": "^0.14.3",
"supports-hyperlinks": "^3.0.0",
"ts-node": "^10.9.1",
"tsx": "^3.12.7"
},
"license": "MIT",
"peerDependencies": {
"typescript": "*"
}
}