-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@ama/handler",
"description": "AMA bot command handler",
"main": "./dist/index.js",
"version": "0.1.0",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WhyAydan/AMA.git"
},
"bugs": {
"url": "https://github.com/WhyAydan/AMA/issues"
},
"homepage": "https://github.com/WhyAydan/AMA#readme",
"imports": {
"#util": "./dist/util/index.js"
},
"devDependencies": {
"@cordis/common": "^0.2.3",
"@types/common-tags": "^1.8.0",
"@types/node": "^14.17.4",
"@types/node-fetch": "^2.5.10",
"@types/pino": "^6.3.8",
"typescript": "^4.3.5"
},
"dependencies": {
"@ama/common": "workspace:^0.1.0",
"@cordis/bitfield": "^0.3.0",
"@cordis/rest": "^0.3.0",
"@cordis/util": "^0.3.0",
"@gaius-bot/readdir": "^1.0.0",
"@hapi/boom": "^9.1.3",
"common-tags": "^1.8.0",
"discord-api-types": "^0.22.0",
"nanoid": "^3.1.23",
"pino": "^6.11.3",
"pino-pretty": "^5.1.0",
"polka": "^1.0.0-next.15",
"postgres": "2.0.0-beta.4",
"reflect-metadata": "^0.2.0",
"tslib": "^2.3.0",
"tsyringe": "^4.5.0",
"tweetnacl": "^1.0.3"
}
}