-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.74 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "@reliverse/prompts",
"author": "reliverse",
"version": "1.4.18",
"type": "module",
"license": "MIT",
"keywords": ["prompts"],
"description": "@reliverse/prompts is a powerful library that enables seamless, typesafe, and resilient prompts for command-line applications. Crafted with simplicity and elegance, it provides developers with an intuitive and robust way to build interactive CLIs.",
"scripts": {
"dev": "bun ples/launcher.ts --dev",
"check": "bun typecheck && bun lint && bun format",
"pub": "bun build.publish.ts",
"typecheck": "tsc --noEmit",
"lint": "eslint --cache --fix .",
"lint:i": "eslint --inspect-config",
"format": "biome check --write .",
"attw": "bunx @arethetypeswrong/cli",
"unpub": "npm unpublish",
"test": "vitest",
"knip": "knip",
"latest": "bun latest.ts && bun check"
},
"dependencies": {
"@alcalzone/ansi-tokenize": "^0.1.3",
"@figliolia/chalk-animation": "^1.0.4",
"@reliverse/relico": "^1.0.1",
"@reliverse/runtime": "^1.0.2",
"@sinclair/typebox": "^0.34.15",
"ansi-diff-stream": "^1.2.1",
"ansi-escapes": "^7.0.0",
"auto-bind": "^5.0.1",
"bun-types": "^1.2.2",
"cli-boxes": "^4.0.1",
"cli-resize": "^2.0.8",
"cli-spinners": "^3.2.0",
"cli-styles": "^1.0.0",
"cli-truncate": "^4.0.0",
"cli-width": "^4.1.0",
"code-excerpt": "^4.0.0",
"colorette": "^2.0.20",
"decamelize": "^6.0.0",
"defu": "^6.1.4",
"detect-package-manager": "^3.0.2",
"enquirer": "^2.4.1",
"es-toolkit": "^1.32.0",
"external-editor": "^3.1.0",
"figlet": "^1.8.0",
"fs-extra": "^11.3.0",
"get-pixels": "^3.3.3",
"globby": "^14.0.2",
"gradient-string": "^3.0.0",
"is-in-ci": "^1.0.0",
"is-unicode-supported": "^2.1.0",
"kleur": "^4.1.5",
"log-update": "^6.1.0",
"mri": "^1.2.0",
"mute-stream": "^2.0.0",
"node-emoji": "^2.2.0",
"nypm": "^0.5.2",
"ora": "^8.2.0",
"p-map": "^7.0.3",
"patch-console": "^2.0.0",
"pathe": "^2.0.2",
"plur": "^5.1.0",
"precision": "^1.0.1",
"read-package-up": "^11.0.0",
"scule": "^1.3.0",
"seventh": "^0.9.2",
"signal-exit": "^4.1.0",
"sisteransi": "^1.0.5",
"stack-utils": "^2.0.6",
"string-width": "^7.2.0",
"strip-ansi": "^7.1.0",
"terminal-size": "^4.0.0",
"ts-regex-builder": "^1.8.2",
"widest-line": "^5.0.0",
"window-size": "^1.1.1",
"wrap-ansi": "^9.0.0",
"yoga-wasm-web": "^0.3.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.3",
"@biomejs/biome": "1.9.4",
"@cspell/dict-npm": "^5.1.24",
"@eslint/js": "^9.19.0",
"@eslint/json": "^0.10.0",
"@eslint/markdown": "^6.2.2",
"@faker-js/faker": "^9.4.0",
"@stylistic/eslint-plugin": "^3.0.1",
"@types/ansi-diff-stream": "^1.2.3",
"@types/bun": "^1.2.2",
"@types/chalk-animation": "^1.6.3",
"@types/eslint__js": "^8.42.3",
"@types/figlet": "^1.7.0",
"@types/fs-extra": "^11.0.4",
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.13.0",
"@types/semver": "^7.5.8",
"@types/sentencer": "^0.2.3",
"@types/signal-exit": "^3.0.4",
"@types/strip-comments": "^2.0.4",
"@types/window-size": "^1.1.4",
"@types/wrap-ansi": "^8.1.0",
"delay": "^6.0.0",
"eslint": "^9.19.0",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-perfectionist": "^4.7.0",
"execa": "^9.5.2",
"jiti": "^2.4.2",
"knip": "^5.43.6",
"mock-stdin": "^1.0.0",
"p-queue": "^8.1.0",
"printj": "^1.3.1",
"sentencer": "^0.2.1",
"strip-comments": "^2.0.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"unbuild": "^3.3.1",
"vitest": "^3.0.5"
}
}