forked from codestates-seb/abc-lab-fe-cli-practice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 708 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "fe-sprint-validation-check",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha test/script.test.js --reporter mocha-multi-reporters --reporter-options configFile=multi-reporters.json",
"report": "mocha test/script.test.js --timeout 50000 --exit --sort --reporter @mochajs/json-file-reporter",
"submit": "codestates"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"codestates-assignment-manager": "^1.8.0",
"@mochajs/json-file-reporter": "^1.3.0",
"mocha-multi-reporters": "^1.5.1",
"chai": "^4.3.4",
"geteventlisteners": "^1.1.0",
"jsdom": "^16.5.2",
"mocha": "^8.3.2"
}
}