-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.18 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.18 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "osiris",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "tsc -p tsconfig.json -w",
"test": "mocha -r ts-node/register \"test/**/*.spec.ts\" --exit",
"start": "tsc && node dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sy-D/Osiris.git"
},
"keywords": [
"Discord",
"discord-bot",
"tuberlin",
"isis"
],
"author": "Simon Doba",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Sy-D/Osiris/issues"
},
"homepage": "https://github.com/Sy-D/Osiris#readme",
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"chai": "^4.2.0",
"mocha": "^7.1.1",
"ts-mockito": "^2.5.0",
"ts-node": "^8.8.2",
"tslint": "^6.1.1",
"typescript": "^3.8.3"
},
"dependencies": {
"@types/node": "^13.13.0",
"axios": "^0.19.2",
"class-transformer": "^0.2.3",
"class-validator": "^0.12.1",
"debug": "^4.1.1",
"discord.js": "^12.1.1",
"dotenv": "^8.2.0",
"form-data": "^3.0.0",
"inversify": "^5.0.1",
"mongoose": "^5.9.9",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.24"
}
}