-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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
40
41
42
43
44
45
46
47
{
"name": "football-mobile",
"version": "4.0.0-beta9",
"description": "American Football results picking competition manager",
"keywords": [
"football",
"competition",
"nodejs",
"lit-html"
],
"author": {
"name": "Alan Chandler",
"url": "http://www.chandlerfamily.org.uk"
},
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/akc42/football-mobile.git"
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.4.2",
"bcrypt": ">=5.0.0",
"better-sqlite3": "^7.5.0",
"body-parser": "^1.20.3",
"chalk": "^3.0.0",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"finalhandler": "^1.1.2",
"html-to-text": "^5.1.1",
"ics": "^2.35.0",
"jwt-simple": "^0.5.6",
"lit-element": "^2.2.1",
"nodemailer": "^6.9.9",
"pdfkit": "^0.13.0",
"require-all": "^3.0.0",
"router": "^1.3.4",
"server-destroy": "^1.0.1"
},
"scripts": {
"prepare": "rollup --config",
"release": "./release.sh"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.3.0",
"rollup": "^4.22.4"
}
}