-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
148 lines (148 loc) · 4.49 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "@reliverse/prompts",
"version": "1.4.7",
"author": "blefnk",
"type": "module",
"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 examples/launcher.ts --dev",
"check": "bun typecheck && bun lint && bun format",
"build:npm": "unbuild && bun build.optim.ts",
"build:jsr": "bun build.optim.ts --jsr",
"build": "bun build:npm && bun build:jsr",
"pub:npm": "bun build.publish.ts",
"pub:jsr": "bun build.publish.ts --jsr",
"pub:dry": "bun build.publish.ts --dry-run",
"pub": "bun 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 update --latest"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reliverse/prompts.git"
},
"types": "./dist-npm/main.d.ts",
"module": "./dist-npm/main.js",
"main": "./dist-npm/main.js",
"exports": {
"import": "./dist-npm/main.js",
"types": "./dist-npm/main.d.ts"
},
"bugs": {
"url": "https://github.com/reliverse/prompts/issues",
"email": "[email protected]"
},
"files": ["package.json", "README.md", "LICENSE.md", "dist-npm"],
"homepage": "https://github.com/reliverse/prompts",
"keywords": ["cli", "reliverse"],
"license": "MIT",
"dependencies": {
"@alcalzone/ansi-tokenize": "^0.1.3",
"@figliolia/chalk-animation": "^1.0.4",
"@reliverse/relinka": "^1.2.8",
"@sinclair/typebox": "^0.34.13",
"ansi-diff-stream": "^1.2.1",
"ansi-escapes": "^7.0.0",
"auto-bind": "^5.0.1",
"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.31.0",
"external-editor": "^3.1.0",
"figlet": "^1.8.0",
"fs-extra": "^11.2.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.4.1",
"ora": "^8.1.1",
"p-map": "^7.0.3",
"patch-console": "^2.0.0",
"pathe": "^2.0.1",
"picocolors": "^1.1.1",
"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",
"std-env": "^3.8.0",
"string-width": "^7.2.0",
"strip-ansi": "^7.1.0",
"terminal-size": "^4.0.0",
"ts-regex-builder": "^1.8.2",
"valtio": "^2.1.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.22",
"@eslint/js": "^9.18.0",
"@eslint/json": "^0.9.0",
"@eslint/markdown": "^6.2.1",
"@faker-js/faker": "^9.3.0",
"@stylistic/eslint-plugin": "^2.13.0",
"@types/ansi-diff-stream": "^1.2.3",
"@types/bun": "^1.1.16",
"@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.10.6",
"@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.18.0",
"eslint-plugin-perfectionist": "^4.6.0",
"execa": "^9.5.2",
"jiti": "^2.4.2",
"knip": "^5.42.0",
"mock-stdin": "^1.0.0",
"p-queue": "^8.0.1",
"printj": "^1.3.1",
"sentencer": "^0.2.1",
"strip-comments": "^2.0.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"unbuild": "^3.3.1",
"vitest": "^2.1.8"
}
}