-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 733 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
25
{
"name": "coderdojo",
"version": "1.0.0",
"description": "This repositary is a collection of solutions to different short coding Kata's (challenges). The aim is to collaboratively explore different JS methods and syntax approaches.",
"main": "index.js",
"scripts": {
"test": "jest --ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anishamalde/CoderDojo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/anishamalde/CoderDojo/issues"
},
"homepage": "https://github.com/anishamalde/CoderDojo#readme",
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"babel-jest": "^26.6.3",
"jest": "^26.6.3"
}
}