-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "todo",
"version": "1.0.0",
"description": "",
"main": "todo.js",
"dependencies": {
"ansi-escapes": "^4.3.2",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"chardet": "^0.7.0",
"cli-spinners": "^2.9.2",
"cli-width": "^4.1.0",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"emoji-regex": "^8.0.0",
"external-editor": "^3.1.0",
"iconv-lite": "^0.4.24",
"inquirer": "^9.2.23",
"is-fullwidth-code-point": "^3.0.0",
"mute-stream": "^1.0.0",
"os-tmpdir": "^1.0.2",
"run-async": "^3.0.0",
"rxjs": "^7.8.1",
"safer-buffer": "^2.1.2",
"signal-exit": "^4.1.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"tmp": "^0.0.33",
"tslib": "^2.6.3",
"type-fest": "^0.21.3",
"undici-types": "^5.26.5",
"wrap-ansi": "^6.2.0",
"yoctocolors-cjs": "^2.1.2"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}