-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 733 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 733 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
{
"name": "shard-next",
"version": "1.0.0",
"description": "Base for all GAwesomeBot repositories",
"main": "dist/index",
"scripts": {
"test": "echo It works:tm:",
"build": "tsc"
},
"author": "GAwesomeBot Team (https://github.com/orgs/GAwesomeBot/people)",
"license": "GPL-3.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"eslint": "^6.8.0",
"eslint-config-bamboo": "^3.0.0",
"typescript": "^3.9.0-dev.20200326"
},
"dependencies": {
"@klasa/dapi-types": "^0.1.1",
"@klasa/rest": "^0.4.0",
"@klasa/ws": "0.0.13",
"@types/ioredis": "^4.16.2",
"@types/node": "^14.0.5",
"ioredis": "^4.17.1"
}
}