-
Notifications
You must be signed in to change notification settings - Fork 372
/
package.json
34 lines (34 loc) · 993 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
33
34
{
"name": "unit1-sprint3-intro-html",
"version": "0.0.9",
"main": "index.js",
"dependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@testing-library/dom": "^8.12.0",
"@testing-library/jest-dom": "^5.16.3",
"@types/jest": "27.4.1",
"babel-jest": "^27.5.1",
"eslint": "^8.12.0",
"jest": "^27.5.1",
"jsdom": "^19.0.0",
"nodemon": "^2.0.15",
"regenerator-runtime": "^0.13.9"
},
"scripts": {
"test": "jest --watchAll --verbose --forceExit --silent",
"start": "serve src"
},
"repository": {
"type": "git",
"url": "git@github.com:bloominstituteoftechnology/unit1-sprint3-intro-html.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "git@github.com:bloominstituteoftechnology/unit1-sprint3-intro-html.git/issues"
},
"homepage": "https://github.com/bloominstituteoftechnology/unit1-sprint3-intro-html#readme"
}