-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.09 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.09 KB
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
33
34
35
36
37
{
"name": "uwbot",
"version": "2.16.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=production node src/index.js",
"dev": "node src/index.js",
"build": "babel src -d src --extensions \".ts\"",
"type-check": "tsc --downlevelIteration src/index.ts src/commands/*.ts src/modules/*.ts --noEmit --esModuleInterop --resolveJsonModule"
},
"author": "Froast",
"license": "ISC",
"dependencies": {
"canvas": "^2.8.0",
"cron": "^1.7.1",
"discord.js": "^13.1.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.27",
"sequelize": "^6.21.2",
"sqlite3": "^4.2.0",
"uuid": "^3.3.3",
"vega": "^5.17.3",
"vega-lite": "^4.17.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@types/bluebird": "^3.5.27",
"@types/node": "^12.7.2",
"typescript": "^4.1.3"
}
}