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
22 lines (22 loc) · 675 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "fe-sprint-cli-practice",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "",
"test": "mocha getListMultiplesOfTwo.test.js --timeout 50000 --reporter mocha-multi-reporters --reporter-options configFile=multi-reporters.json",
"report": "mocha getListMultiplesOfTwo.test.js --sort --reporter @mochajs/json-file-reporter",
"submit": "codestates"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"codestates-assignment-manager": "^1.8.0",
"mocha-multi-reporters": "^1.5.1",
"@mochajs/json-file-reporter": "^1.3.0",
"chai": "^4.3.4",
"mocha": "^8.3.2"
}
}