forked from Pat-On/JavaScript-Core-3-Coursework-Week3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 796 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "javascript-core-3-coursework-week3_rebwar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test1": "jest --testRegex='exercises/exercise-1[/\\\\].*\\.js$'",
"test2": "jest --testRegex='exercises/exercise-2[/\\\\].*\\.js$'",
"test3": "jest --testRegex='exercises/exercise-3[/\\\\].*\\.js$'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeYourFuturee/JavaScript-Core-3-Coursework-Week3_Rebwar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeYourFuturee/JavaScript-Core-3-Coursework-Week3_Rebwar/issues"
},
"homepage": "https://github.com/CodeYourFuturee/JavaScript-Core-3-Coursework-Week3_Rebwar#readme",
"devDependencies": {
"jest": "^29.3.1"
}
}