forked from adarshPatel509/sociall-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 808 Bytes
/
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
{
"name": "sociall-cli",
"version": "0.0.0",
"license": "MIT",
"bin": "./build/cli.js",
"engines": {
"node": ">=8"
},
"scripts": {
"dev": "pastel dev",
"build": "pastel build",
"prepare": "pastel build"
},
"files": [
"build"
],
"dependencies": {
"@octokit/core": "^3.1.2",
"fb": "^2.0.0",
"ink": "^3.0.5",
"ink-link": "^2.0.0",
"ink-select-input": "^4.1.0",
"ink-spinner": "^4.0.1",
"ink-tab": "^4.1.0",
"ink-text-input": "^4.0.1",
"instagram-private-api": "^1.43.3",
"instagram-web-api": "^2.2.2",
"javascript-time-ago": "^2.3.4",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"node-cmd": "^4.0.0",
"pastel": "^1.1.1",
"prop-types": "^15.7.2",
"re2": "^1.15.9",
"react": "^16.13.1",
"reddit": "^1.2.1",
"shelljs": "^0.8.4",
"twit": "^2.2.11"
}
}