-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 747 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 747 Bytes
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
31
32
{
"name": "uno",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sequelize": "\"node_modules/.bin/sequelize\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@projectdysnomia/dysnomia": "^0.1.2",
"cat-loggr": "^1.2.2",
"catflake": "^1.0.0",
"eventemitter3": "^3.1.0",
"jsonwebtoken": "^8.3.0",
"koa": "^2.5.3",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-websocket": "^5.0.1",
"moment": "^2.22.2",
"pg": "^8.7.1",
"sequelize": "^4.41.2",
"sequelize-cli": "^5.3.0",
"snekfetch": "^4.0.4",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"eslint": "^8.7.0"
}
}