-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.46 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
49
50
{
"name": "destiny-definitions",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"license": "MIT",
"scripts": {
"n": "node --experimental-specifier-resolution=node",
"typescript": "echo Compiling Typescript... && tsc && yarn n",
"start": "yarn n ./dist/index.js",
"test-discord": "yarn typescript ./dist/testDiscord.js",
"dev": "yarn typescript ./dist/index.js",
"migrate": "yarn typescript ./dist/migrate-deepDiffs.js",
"image": "yarn typescript ./dist/image.js"
},
"dependencies": {
"@types/async": "^3.2.3",
"@types/aws-sdk": "^2.7.0",
"@types/deep-diff": "^1.0.0",
"@types/fs-extra": "^9.0.1",
"@types/lodash": "^4.14.157",
"@types/node": "^14.0.14",
"@types/sqlite3": "^3.1.6",
"@types/twit": "^2.2.28",
"async": "^3.2.0",
"aws-sdk": "^2.710.0",
"axios": "^0.21.1",
"bungie-api-ts": "^4.9.0",
"deep-diff": "^1.0.2",
"discord-webhook-node": "^1.1.8",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"eslint-config-prettier": "^8.2.0",
"fs-extra": "^9.0.1",
"lodash": "^4.17.19",
"mastodon": "^1.2.2",
"megalodon": "^5.2.0",
"sqlite3": "^5.0.0",
"twit": "^2.2.11",
"typescript": "^4.0.2",
"winston": "^3.3.3",
"winston-console-format": "^1.0.8",
"winston-daily-rotate-file": "^4.5.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0"
}
}