aboutsummaryrefslogtreecommitdiff
path: root/motto/package.json
blob: 01f2bc685cadb872d98238febc95c117591661ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "motto",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "express": "^4.17.1",
    "express-rate-limit": "^5.1.3",
    "sqlite3": "^5.0.0"
  },
  "devDependencies": {
    "eslint": "^7.8.0"
  }
}