cityssm/lottery-licence-manager

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "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/bulma-js": "^0.4.0",
    "@cityssm/bulma-webapp-js": "^1.5.0",
    "@cityssm/date-diff": "^2.2.3",
    "@cityssm/expressjs-server-js": "^2.3.3",
    "@cityssm/pdf-puppeteer": "^2.0.0-beta.1",
    "@fortawesome/fontawesome-free": "^5.15.4",
    "activedirectory2": "^2.2.0",
    "bcrypt": "^5.1.1",
    "better-sqlite3": "^9.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.9",
    "exit-hook": "^4.0.0",
    "express": "^4.18.2",
    "express-rate-limit": "^7.1.3",
    "express-session": "^1.17.3",
    "http-errors": "^2.0.0",
    "libphonenumber-js": "^1.10.49",
    "session-file-store": "^1.5.0"
  },
  "devDependencies": {
    "@cityssm/bulma-webapp-css": "^0.12.0",
    "@types/activedirectory2": "^1.2.5",
    "@types/bcrypt": "^5.0.1",
    "@types/better-sqlite3": "^7.6.6",
    "@types/compression": "^1.7.4",
    "@types/cookie-parser": "^1.4.5",
    "@types/csurf": "^1.11.4",
    "@types/debug": "^4.1.10",
    "@types/ejs": "^3.1.4",
    "@types/express": "^4.17.20",
    "@types/express-rate-limit": "^5.1.3",
    "@types/express-session": "^1.17.9",
    "@types/gulp": "^4.0.16",
    "@types/gulp-changed": "^0.0.38",
    "@types/gulp-concat": "^0.0.36",
    "@types/gulp-minify": "^3.1.4",
    "@types/http-errors": "^2.0.3",
    "@types/mocha": "^10.0.3",
    "@types/node-windows": "^0.1.5",
    "@types/session-file-store": "^1.2.4",
    "@typescript-eslint/eslint-plugin": "^6.9.1",
    "@typescript-eslint/parser": "^6.9.1",
    "cypress": "^10.11.0",
    "cypress-axe": "^1.3.0",
    "eslint": "^8.32.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-unicorn": "^45.0.2",
    "gulp": "^4.0.2",
    "gulp-changed": "^4.0.3",
    "gulp-concat": "^2.6.1",
    "gulp-minify": "^3.1.0",
    "gulp-sass": "^5.1.0",
    "nodemon": "^3.0.1",
    "sass": "^1.69.5"
  },
  "private": true
}