-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 961 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
35
36
37
38
{
"scripts": {
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/node": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"babel-jest": "^29.3.1",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.3.1",
"jest-when": "^3.5.2",
"jsdom": "^21.1.1"
},
"babel": {
"presets": [
"@babel/env"
]
},
"name": "sfu-rmp",
"description": "<div id=\"header\" align=\"center\"> <h2>SFU Chrome Extension</h2> <img src=\"./images/sfu_rmp_logo.png\" width=\"400\" height=\"400\"> </div> <br/>",
"version": "1.0.0",
"main": "babel.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jiin-kim109/SFU-RMP.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jiin-kim109/SFU-RMP/issues"
},
"homepage": "https://github.com/jiin-kim109/SFU-RMP#readme",
"dependencies": {
"babelify": "^10.0.0"
}
}