-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 943 Bytes
/
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
{
"name": "atom",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start:prod": "node dist/index.js",
"start:dev": "tsc && node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Derpinou/Atom.git"
},
"keywords": [],
"author": "Derp",
"license": "ISC",
"bugs": {
"url": "https://github.com/Derpinou/Atom/issues"
},
"homepage": "https://github.com/Derpinou/Atom#readme",
"dependencies": {
"discord.js": "^13.6.0",
"i18next": "^21.6.12",
"i18next-fs-backend": "^1.1.4",
"pg": "^8.7.3",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.44"
},
"devDependencies": {
"@discordjs/rest": "^0.3.0",
"@types/i18next-fs-backend": "^1.1.2",
"@types/node": "^17.0.21",
"discord-api-types": "^0.27.3",
"dotenv": "^16.0.0"
}
}