-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 939 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
31
32
{
"name": "jest-p2",
"version": "1.0.0",
"description": "This project is the \"Getting Started\" project for EvovleU Full Stack Development program. It is a baseline to demonstrate:",
"main": "index.js",
"scripts": {
"test": "jest",
"testcov": "jest --coverage",
"binarytest": "jest ../binary-adder",
"test1": "jest src/01-getting-started",
"test1cov": "jest src/01-getting-started --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"jest": "^24.9.0",
"node-fetch": "^2.6.0",
"whatwg-fetch": "^3.0.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/J-Currier/personalProjects.git"
},
"bugs": {
"url": "https://github.com/J-Currier/personalProjects/issues"
},
"homepage": "https://github.com/J-Currier/personalProjects#readme"
}