generated from OtterDevelopment/typescript-discord-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.22 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
{
"name": "astro",
"version": "4.0.0",
"main": "dist/src/index.js",
"type": "module",
"scripts": {
"build": "tsc && cross-env NODE_ENV=development node .",
"start": "cross-env NODE_ENV=production node ."
},
"dependencies": {
"@lukeed/ms": "^2.0.0",
"@sentry/node": "^6.15.0",
"@sentry/tracing": "^6.15.0",
"colorette": "^2.0.16",
"datadog-metrics": "^0.9.3",
"discord.js": "github:FireDiscordBot/discord.js",
"dotenv-extended": "^2.9.0",
"mongodb": "^4.2.0"
},
"devDependencies": {
"@sentry/types": "^6.15.0",
"@types/datadog-metrics": "^0.6.2",
"@types/got": "^9.6.12",
"@types/node": "^16.11.9",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"cross-env": "^7.0.3",
"discord-api-types": "^0.28.0",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.2"
}
}