116 lines
4.4 KiB
JSON
116 lines
4.4 KiB
JSON
{
|
|
"name": "lot-occupancy-system",
|
|
"version": "1.0.0-alpha.14",
|
|
"type": "module",
|
|
"description": "A system for managing the occupancy of lots. (i.e. Cemetery management)",
|
|
"exports": "./app.js",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "cross-env NODE_ENV=production node ./bin/www.js",
|
|
"dev:test": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:*,dynamics-gp:* TEST_DATABASES=true nodemon --inspect ./bin/www.js",
|
|
"dev:test:process": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* TEST_DATABASES=true nodemon --inspect ./bin/wwwProcess.js",
|
|
"dev:live": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* nodemon --inspect ./bin/www.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=lot-occupancy-system:* TEST_DATABASES=true mocha --timeout 30000 --exit",
|
|
"test:startup": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* TEST_DATABASES=true STARTUP_TEST=true node ./bin/www.js",
|
|
"coverage": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* TEST_DATABASES=true c8 --reporter=lcov --reporter=text --reporter=text-summary mocha --timeout 30000 --exit",
|
|
"temp:legacy:importFromCsv": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* TEST_DATABASES=true node ./temp/legacy.importFromCsv.js",
|
|
"temp:so:exportMaps": "node ./temp/so.exportMaps.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cityssm/lot-occupancy-manager.git"
|
|
},
|
|
"author": "The Corporation of the City of Sault Ste. Marie",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/cityssm/lot-occupancy-manager/issues"
|
|
},
|
|
"homepage": "https://github.com/cityssm/lot-occupancy-manager#readme",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@cityssm/bulma-js": "^0.5.0",
|
|
"@cityssm/bulma-webapp-js": "^1.5.0",
|
|
"@cityssm/configurator": "^0.1.0",
|
|
"@cityssm/date-diff": "^2.2.3",
|
|
"@cityssm/dynamics-gp": "^1.1.0",
|
|
"@cityssm/font-awesome-v5-iconclasses": "^0.1.0",
|
|
"@cityssm/ntfy-publish": "^1.1.0",
|
|
"@cityssm/pdf-puppeteer": "^4.4.0",
|
|
"@cityssm/utils-datetime": "^1.3.0",
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
"activedirectory2": "^2.2.0",
|
|
"better-sqlite-pool": "^0.3.2",
|
|
"better-sqlite3": "^11.8.1",
|
|
"bulma-calendar": "^6.1.19",
|
|
"camelcase": "^8.0.0",
|
|
"compression": "^1.8.0",
|
|
"cookie-parser": "^1.4.7",
|
|
"cross-env": "^7.0.3",
|
|
"csurf": "^1.11.0",
|
|
"debug": "^4.4.0",
|
|
"ejs": "^3.1.10",
|
|
"exit-hook": "^4.0.0",
|
|
"express": "^4.21.2",
|
|
"express-rate-limit": "^7.5.0",
|
|
"express-session": "^1.18.1",
|
|
"http-errors": "^2.0.0",
|
|
"ical-generator": "^8.1.1",
|
|
"leaflet": "^1.9.4",
|
|
"node-cache": "^5.1.2",
|
|
"papaparse": "^5.5.2",
|
|
"randomcolor": "^0.6.2",
|
|
"session-file-store": "^1.5.0",
|
|
"set-interval-async": "^3.0.3",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cityssm/bulma-a11y": "^0.4.0",
|
|
"@cityssm/bulma-sticky-table": "^2.1.0",
|
|
"@cityssm/bulma-webapp-css": "^0.12.0",
|
|
"@cityssm/fa-glow": "^0.1.0",
|
|
"@cityssm/mssql-multi-pool": "^5.0.0",
|
|
"@cityssm/simple-fa5-checkbox": "^0.2.1",
|
|
"@cityssm/to-millis": "^1.0.0",
|
|
"@types/activedirectory2": "^1.2.6",
|
|
"@types/better-sqlite3": "^7.6.12",
|
|
"@types/compression": "^1.7.5",
|
|
"@types/cookie-parser": "^1.4.8",
|
|
"@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.1",
|
|
"@types/gulp": "^4.0.17",
|
|
"@types/gulp-sass": "^5.0.4",
|
|
"@types/http-errors": "^2.0.4",
|
|
"@types/leaflet": "^1.9.16",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/mssql": "^9.1.7",
|
|
"@types/node-windows": "^0.1.6",
|
|
"@types/papaparse": "^5.3.15",
|
|
"@types/randomcolor": "^0.5.9",
|
|
"@types/session-file-store": "^1.2.5",
|
|
"@types/uuid": "^10.0.0",
|
|
"axe-core": "^4.10.2",
|
|
"bulma": "^0.9.4",
|
|
"bulma-divider": "^0.2.0",
|
|
"bulma-helpers": "^0.4.3",
|
|
"bulma-steps": "^2.2.1",
|
|
"bulma-switch": "^2.0.4",
|
|
"bulma-tooltip": "^3.0.2",
|
|
"cypress": "^14.0.3",
|
|
"cypress-axe": "^1.6.0",
|
|
"eslint-config-cityssm": "^20.0.0",
|
|
"gulp": "^5.0.0",
|
|
"gulp-sass": "^6.0.0",
|
|
"nodemon": "^3.1.9",
|
|
"prettier-config-cityssm": "^1.0.0",
|
|
"sass": "^1.85.0"
|
|
}
|
|
}
|