-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.17 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
{
"name": "branch-status",
"version": "2.0.27",
"license": "MIT",
"bin": {
"branch-status": "dist/cli.js"
},
"engines": {
"node": ">=10"
},
"scripts": {
"build": "tsc && chmod +x dist/cli.js",
"start": "npm run build && dist/cli.js",
"pretest": "npm run build",
"link-local": "npm rm --global branch-status && npm link",
"up": "npm-check-updates -u -x meow && typesync && yarn"
},
"files": [
"dist/*.js",
"dist/components/*.js"
],
"dependencies": {
"axios": "^0.27.2",
"axios-retry": "^3.3.1",
"dayjs": "^1.11.3",
"ink": "^3.2.0",
"ink-spinner": "^4.0.3",
"meow": "9.0.0",
"np": "^7.6.2",
"react": "^18.2.0",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@types/meow": "6.0.0",
"@types/node": "^18.0.6",
"@types/prettier": "^2.6.3",
"@types/react": "^18.0.15",
"@types/shelljs": "^0.8.11",
"chalk": "^5.0.1",
"eslint-config-xo-react": "^0.27.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"ink-testing-library": "^2.1.0",
"npm-check-updates": "^15.3.4",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"typesync": "^0.9.2"
}
}