-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 953 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
{
"dependencies": {
"c-preprocessor": "^0.2.13",
"cookie-session": "^2.1.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"fs-extra": "^11.2.0",
"google-auth-library": "^9.10",
"google-spreadsheet": "^4.1.2",
"javascript-lp-solver": "^0.4.24",
"luxon": "^3.4.4",
"openid-client": "^5.6.5",
"peggy": "^4.0.2",
"pug": "^3.0.3",
"serve-favicon": "^2.5.0"
},
"name": "natshelper",
"description": "Helper app for CubingUSA Nats scheduling.",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"dev-server": "ENV=DEV npx nodemon -i wcif_data .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cubingusa/natshelper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cubingusa/natshelper/issues"
},
"homepage": "https://github.com/cubingusa/natshelper#readme"
}