-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "starsbot",
"version": "1.0.0",
"description": "Le bot Discord des étoiles !",
"main": "src/main.ts",
"scripts": {
"test": "ts-mocha test/test.ts",
"start": "ts-node src/main.ts",
"dev": "ts-node src/main.ts --trace-warnings --unhandled-rejections=strict",
"genOpenAPI": "openapi --client node --useOptions --input https://ll.thespacedevs.com/2.2.0/swagger?format=openapi --output src/models/launchAPI"
},
"devDependencies": {
"@types/chai": "^4.2.19",
"@types/dotenv": "^6.1.0",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.2",
"@types/node-fetch": "^2.5.10",
"openapi-typescript-codegen": "^0.9.3",
"typescript": "^4.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrsolarius/starsbot.git"
},
"keywords": [
"discord;bot;stars"
],
"author": "MrSolarius",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mrsolarius/starsbot/issues"
},
"homepage": "https://github.com/mrsolarius/starsbot#readme",
"dependencies": {
"chai": "^4.3.4",
"discord.js": "^12.5.3",
"discord.js-embed-menu": "^1.0.1",
"discord.js-prompts": "^3.0.0",
"dotenv": "^10.0.0",
"form-data": "^4.0.0",
"mocha": "^9.0.0",
"node-fetch": "^2.6.1",
"npm": "^7.18.1",
"ts-mocha": "^8.0.0",
"ts-node": "^10.0.0"
}
}