-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 3.03 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "lottery-licence-manager",
"version": "1.2.2",
"type": "module",
"exports": "./app.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "npx genversion --es6 --semi version.js",
"start": "cross-env NODE_ENV=production node ./bin/www",
"dev:live": "cross-env NODE_ENV=dev DEBUG=lottery-licence-manager:* nodemon ./bin/www",
"dev:test": "cross-env NODE_ENV=dev DEBUG=lottery-licence-manager:* TEST_DATABASES=true nodemon ./bin/www",
"cy:open": "cypress open --config-file cypress.config.ts",
"cy:run": "cypress run --config-file cypress.config.ts",
"test": "cross-env NODE_ENV=dev DEBUG=lottery-licence-manager:* TEST_DATABASES=true mocha --timeout 15000",
"coverage": "cross-env NODE_ENV=dev DEBUG=lottery-licence-manager:* TEST_DATABASES=true c8 --reporter=lcov --reporter=text --reporter=text-summary mocha --timeout 15000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/lottery-licence-manager.git"
},
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "MIT",
"bugs": {
"url": "https://github.com/cityssm/lottery-licence-manager/issues"
},
"homepage": "https://github.com/cityssm/lottery-licence-manager#readme",
"dependencies": {
"@cityssm/agco-break-open-ticket-types": "^0.1.0",
"@cityssm/bulma-js": "^0.5.0",
"@cityssm/bulma-webapp-js": "^1.5.0",
"@cityssm/date-diff": "^2.2.3",
"@cityssm/expressjs-server-js": "^2.3.3",
"@cityssm/pdf-puppeteer": "^4.3.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"activedirectory2": "^2.2.0",
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.3.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.7",
"cross-env": "^7.0.3",
"csurf": "^1.11.0",
"debug": "^4.3.7",
"ejs": "^3.1.10",
"exit-hook": "^4.0.0",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.1",
"http-errors": "^2.0.0",
"libphonenumber-js": "^1.11.11",
"session-file-store": "^1.5.0"
},
"devDependencies": {
"@cityssm/bulma-webapp-css": "^0.12.0",
"@types/activedirectory2": "^1.2.6",
"@types/bcrypt": "^5.0.2",
"@types/better-sqlite3": "^7.6.11",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.7",
"@types/csurf": "^1.11.5",
"@types/debug": "^4.1.12",
"@types/ejs": "^3.1.5",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/gulp": "^4.0.17",
"@types/gulp-changed": "^0.0.39",
"@types/gulp-concat": "^0.0.37",
"@types/gulp-minify": "^3.1.5",
"@types/http-errors": "^2.0.4",
"@types/mocha": "^10.0.9",
"@types/node-windows": "^0.1.6",
"@types/session-file-store": "^1.2.5",
"cypress": "^13.15.0",
"cypress-axe": "^1.5.0",
"eslint-config-cityssm": "^12.0.0",
"gulp": "^5.0.0",
"gulp-changed": "^5.0.2",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"gulp-sass": "^5.1.0",
"nodemon": "^3.1.7",
"prettier-config-cityssm": "^1.0.0",
"sass": "^1.79.4"
},
"private": true
}