aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: cbae2c78e96fb6b392bdb6b4f2051b7fabdca37a (plain)
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
{
  "name": "website",
  "version": "1.0",
  "description": "",
  "main": "app/index.mjs",
  "scripts": {
    "start": "tsc && node build/index.js",
    "lint": "eslint app --ext .ts"
  },
  "author": "Leonardo Bishop",
  "license": "ISC",
  "dependencies": {
    "@types/dateformat": "^5.0.0",
    "@types/escape-html": "^1.0.1",
    "@types/express": "^4.17.13",
    "@types/glob": "^7.2.0",
    "dateformat": "^5.0.2",
    "dotenv-defaults": "^3.0.0",
    "ejs": "^3.1.6",
    "escape-html": "^1.0.3",
    "express": "^4.17.1",
    "glob": "^7.2.0"
  },
  "type": "module",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.7.0",
    "@typescript-eslint/parser": "^5.7.0",
    "eslint": "^8.5.0"
  }
}