aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: df1b7d6430b5f99abc089fdd7824e293dcfcc192 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "moe-counter",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "journey-ad",
  "license": "MIT",
  "dependencies": {
    "better-sqlite3": "^8.1.0",
    "compression": "^1.7.4",
    "config-yml": "^0.10.3",
    "express": "^4.17.1",
    "image-size": "^0.8.3",
    "mime-types": "^2.1.27",
    "mongoose": "^5.9.28",
    "pug": "^3.0.0"
  }
}