{ "name": "lot-occupancy-system", "version": "1.0.0-dev", "type": "module", "description": "A system for managing the occupancy of lots. (i.e. Cemetery management)", "exports": "./app.js", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "scripts": { "build:version": "npx genversion --es6 --semi version.js", "init:cemetery": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* node ./helpers/initializer.database.cemetery.js", "init:cemetery:test": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* TEST_DATABASES=true node ./helpers/initializer.database.cemetery.js", "start": "cross-env NODE_ENV=production node ./bin/www", "dev:test": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* TEST_DATABASES=true nodemon ./bin/www.js", "dev:live": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* nodemon ./bin/www.js", "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=lot-occupancy-system:* TEST_DATABASES=true mocha --timeout 30000 --exit", "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.3.3", "@cityssm/bulma-webapp-js": "^1.5.0", "@cityssm/date-diff": "^2.2.3", "@cityssm/expressjs-server-js": "^2.3.2", "@fortawesome/fontawesome-free": "^5.15.4", "@types/randomcolor": "^0.5.6", "activedirectory2": "^2.1.0", "better-sqlite3": "^7.6.2", "camelcase": "^7.0.0", "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.8", "exit-hook": "^3.1.0", "express": "^4.18.1", "express-rate-limit": "^6.6.0", "express-session": "^1.17.3", "http-errors": "^2.0.0", "ical-generator": "^3.5.1", "leaflet": "^1.8.0", "papaparse": "^5.3.2", "randomcolor": "^0.6.2", "session-file-store": "^1.5.0" }, "devDependencies": { "@cityssm/bulma-webapp-css": "^0.12.0", "@cityssm/mssql-multi-pool": "^2.1.6", "@types/activedirectory2": "^1.2.3", "@types/better-sqlite3": "^7.6.0", "@types/compression": "^1.7.2", "@types/cookie-parser": "^1.4.3", "@types/csurf": "^1.11.2", "@types/debug": "^4.1.7", "@types/ejs": "^3.1.1", "@types/express": "^4.17.14", "@types/express-session": "^1.17.5", "@types/gulp": "^4.0.9", "@types/gulp-changed": "^0.0.35", "@types/gulp-minify": "^3.1.1", "@types/gulp-sass": "^5.0.0", "@types/http-errors": "^1.8.2", "@types/leaflet": "^1.8.0", "@types/mocha": "^9.1.1", "@types/node-windows": "^0.1.2", "@types/papaparse": "^5.3.5", "@types/session-file-store": "^1.2.2", "@typescript-eslint/eslint-plugin": "^5.38.0", "@typescript-eslint/parser": "^5.38.0", "bulma": "^0.9.4", "cypress": "^10.8.0", "cypress-axe": "^1.0.0", "eslint": "^8.23.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.0.1", "eslint-plugin-unicorn": "^43.0.2", "gulp": "^4.0.2", "gulp-changed": "^4.0.3", "gulp-minify": "^3.1.0", "gulp-sass": "^5.1.0", "nodemon": "^2.0.20", "sass": "^1.54.9" } }