-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.33 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
{
"name": "tmi",
"version": "0.0.0",
"license": "MIT",
"bin": "./build/cli.js",
"engines": {
"node": ">=8"
},
"scripts": {
"dev": "pastel dev",
"build": "pastel build",
"prepare": "pastel build",
"ex": "pastel build && node build/cli.js"
},
"files": [
"build"
],
"dependencies": {
"cli-spinners": "^2.6.0",
"escape-string-regexp": "^5.0.0",
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"ink": "^3.0.9",
"ink-divider": "^3.0.0",
"ink-select-input": "^4.2.0",
"ink-tab": "^4.1.0",
"ink-text-input": "^4.0.1",
"ink-use-stdout-dimensions": "^1.0.5",
"is-unicode-supported": "^1.1.0",
"jimp": "^0.16.1",
"jotai": "^1.3.2",
"lodash.isequal": "^4.5.0",
"log-update": "^4.0.0",
"pastel": "^1.1.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"render-gif": "^2.0.4",
"split-graphemes": "^0.5.0",
"string-to-color": "^2.2.2",
"twitter-api-v2": "^1.6.0",
"twitter-text": "^3.1.0",
"use-undo": "^1.0.5"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/fs-extra": "^9.0.12",
"@types/ink": "^2.0.3",
"@types/ink-divider": "^2.0.2",
"@types/ink-select-input": "^3.0.1",
"@types/ink-text-input": "^2.0.2",
"@types/lodash.isequal": "^4.5.5",
"@types/node": "^16.9.4",
"@types/react": "^17.0.15",
"@types/twitter-text": "^3.1.1",
"dotenv": "^10.0.0",
"typescript": "^4.3.5"
}
}