forked from next-step/js-racingcar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 796 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
{
"name": "js-racingcar",
"version": "1.0.0",
"description": "레이싱카",
"main": "src/js/index.js",
"repository": "https://guymoon.github.io/js-racingcar/",
"author": "guymoon <[email protected]>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c .eslintrc.js 'src/**/*.js*'"
},
"dependencies": {
"array": "^0.4.3",
"error": "^10.4.0",
"es5": "^1.0.0",
"es6": "0.0.7",
"javascript": "^1.0.0",
"number": "0.0.1"
},
"devDependencies": {
"cypress": "^9.1.1",
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.0"
}
}