-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.26 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
39
{
"name": "p2",
"version": "1.0.0",
"description": "Alexander Fredberg Manich \r Ali Sajad Khorami \r Anders Andresen Toft \r Emil Monraad Laursen \r Esben Baadsgaard Krogh \r Simon Mikkelsen Bejer \r Viktor Platz",
"main": "src/nodeServer.js",
"type": "module",
"scripts": {
"format:write": "prettier --write **/*.{js,html,css,json}",
"format:check": "prettier --check **/*.{js,html,css,json}",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --silent"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sabotack/P2.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sabotack/P2/issues"
},
"homepage": "https://github.com/sabotack/P2#readme",
"dependencies": {
"cookie-parser": "^1.4.6",
"fast-xml-parser": "^4.0.7",
"google-auth-library": "^7.14.1",
"google-p12-pem": "^3.1.3",
"googleapis": "^100.0.0",
"node-fetch": "^3.2.3"
},
"devDependencies": {
"jest": "^28.0.3",
"jest-environment-jsdom": "^28.0.2",
"prettier": "2.6.2",
"supertest": "^6.2.3"
},
"jest": {
"testEnvironment": "node"
}
}