-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 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
{
"name": "erfc",
"version": "1.2.0",
"description": "3327 tool for publishing submissions",
"main": "index.js",
"bin": {
"erfc": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Git",
"CLI",
"3327",
"MVPWorkshop"
],
"author": "Vladimir Lelicanin",
"license": "MIT",
"dependencies": {
"@octokit/auth-oauth-device": "^3.1.2",
"@octokit/core": "^3.5.1",
"@octokit/rest": "^18.12.0",
"chalk": "^3.0.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "5.0.1",
"figlet": "^1.2.4",
"fs-extra": "^10.1.0",
"inquirer": "^8.2.4",
"lodash": "^4.17.15",
"minimist": "^1.2.0",
"simple-git": "^3.7.1",
"slugify": "^1.6.5",
"touch": "^3.1.0"
},
"devDependencies": {
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1"
}
}