-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1 KB
/
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
35
36
37
38
{
"name": "step254-2020",
"version": "1.0.0",
"description": "## Authors: - [Aidan Molloy](https://github.com/AidanMolloy) - [Klaudia Obieglo](https://github.com/obieglok) - [Róisín O'Farrell](https://github.com/ofarrero)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/googleinterns/step254-2020.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/googleinterns/step254-2020/issues"
},
"homepage": "https://github.com/googleinterns/step254-2020#readme",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.3.0",
"eslint": "^7.6.0",
"eslint-config-google": "^0.14.0",
"jest": "^26.4.0",
"regenerator-runtime": "^0.13.7"
},
"scripts": {
"test": "jest"
},
"jest": {
"verbose": true,
"moduleDirectories": [
"node_modules",
"src"
]
},
"babel": {}
}