-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 4.89 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@cityssm/emile",
"version": "1.0.0-alpha.3",
"type": "module",
"description": "EMILE (Energy Monitoring in Less Effort) - An application to aggregate energy consumption data across several municipal assets and report usage to monitor and manage emissions. Makes bringing together Green Button and CSV data sources a breeze!",
"exports": "./app.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "cross-env NODE_ENV=production node ./bin/www.js",
"dev:live": "cross-env NODE_ENV=dev DEBUG=emile:* nodemon --inspect ./bin/www.js",
"dev:test": "cross-env NODE_ENV=dev DEBUG=emile:* TEST_DATABASES=true nodemon --inspect ./bin/www.js",
"dev:test:noGreenButtonCMD": "cross-env NODE_ENV=dev DEBUG=emile:* TEST_DATABASES=true GREENBUTTON_CMD=false nodemon --inspect ./bin/www.js",
"dev:test:deletedFilesProcessor": "cross-env NODE_ENV=dev DEBUG=emile:* TEST_DATABASES=true nodemon --inspect ./tasks/deletedFilesProcessor.js",
"dev:test:greenButtonCMDProcessor": "cross-env NODE_ENV=dev DEBUG=emile:* TEST_DATABASES=true nodemon --inspect ./tasks/greenButtonCMDProcessor.js",
"dev:test:reportDataCache": "cross-env NODE_ENV=dev DEBUG=emile:* TEST_DATABASES=true nodemon --inspect ./tasks/reportDataCache.js",
"cy:open": "cypress open --config-file cypress.config.js",
"cy:run": "cypress run --config-file cypress.config.js",
"cy:run:firefox": "cypress run --config-file cypress.config.js --browser firefox",
"test": "cross-env NODE_ENV=dev DEBUG=emile:* TEST_DATABASES=true mocha --timeout 30000 --exit",
"test:startup": "cross-env NODE_ENV=dev DEBUG=emile:* STARTUP_TEST=true node ./bin/www.js",
"coverage": "cross-env NODE_ENV=dev DEBUG=emile:* TEST_DATABASES=true c8 --reporter=lcov --reporter=text --reporter=text-summary mocha --timeout 30000 --exit",
"temp:updateAssetNames": "cross-env NODE_ENV=dev DEBUG=emile:* TEST_DATABASES=true node ./temp/updateAssetNames.js",
"databaseMaintenance": "node ./scripts/databaseMaintenance.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/EMILE.git"
},
"keywords": [
"energy-data",
"energy-monitoring",
"energy-reporting",
"energy-usage",
"greenbutton",
"green-button",
"openespi",
"municipal-software",
"connect-my-data",
"download-my-data"
],
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "MIT",
"bugs": {
"url": "https://github.com/cityssm/EMILE/issues"
},
"homepage": "https://github.com/cityssm/EMILE#readme",
"private": true,
"dependencies": {
"@cityssm/ad-web-auth-connector": "^1.1.0",
"@cityssm/bulma-js": "^0.4.0",
"@cityssm/bulma-webapp-js": "^1.5.0",
"@cityssm/express-abuse-points": "^2.0.0",
"@cityssm/font-awesome-v5-iconclasses": "^0.1.0",
"@cityssm/green-button-parser": "^1.0.0",
"@cityssm/green-button-subscriber": "^0.5.0",
"@cityssm/is-private-network-address": "^0.2.1",
"@cityssm/utils-datetime": "^1.0.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"activedirectory2": "^2.2.0",
"better-sqlite3": "^9.4.0",
"chart.js": "^4.4.1",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"csurf": "^1.11.0",
"debug": "^4.3.4",
"ejs": "^3.1.9",
"excel-date-to-js": "^1.1.5",
"exit-hook": "^4.0.0",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"express-session": "^1.18.0",
"http-errors": "^2.0.0",
"multer": "^1.4.5-lts.1",
"node-cache": "^5.1.2",
"papaparse": "^5.4.1",
"session-file-store": "^1.5.0",
"set-interval-async": "^3.0.3",
"uuid": "^9.0.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@cityssm/bulma-a11y": "^0.4.0",
"@cityssm/bulma-sticky-table": "^2.1.0",
"@cityssm/fa-glow": "^0.1.0",
"@cypress/webpack-batteries-included-preprocessor": "^3.0.2",
"@types/activedirectory2": "^1.2.6",
"@types/better-sqlite3": "^7.6.9",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.6",
"@types/csurf": "^1.11.5",
"@types/debug": "^4.1.12",
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.21",
"@types/express-session": "^1.17.10",
"@types/gulp": "^4.0.17",
"@types/gulp-changed": "^0.0.39",
"@types/gulp-minify": "^3.1.5",
"@types/gulp-sass": "^5.0.4",
"@types/http-errors": "^2.0.4",
"@types/mocha": "^10.0.6",
"@types/multer": "^1.4.11",
"@types/node-windows": "^0.1.6",
"@types/papaparse": "^5.3.14",
"@types/session-file-store": "^1.2.5",
"@types/uuid": "^9.0.8",
"bulma": "^0.9.4",
"bulma-tooltip": "^3.0.2",
"cypress": "^13.6.4",
"cypress-axe": "^1.5.0",
"eslint": "^8.56.0",
"eslint-config-cityssm": "^1.4.1",
"gulp": "^4.0.2",
"gulp-changed": "^5.0.2",
"gulp-minify": "^3.1.0",
"gulp-sass": "^5.1.0",
"nodemon": "^3.0.3",
"sass": "^1.70.0",
"webpack": "^5.90.1"
}
}