-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.53 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
51
52
53
54
{
"name": "ruby",
"version": "4.0.0",
"description": "",
"scripts": {
"pretest": "./node_modules/.bin/jest --clearCache",
"test": "./node_modules/.bin/jest",
"prebuild": "npx shx rm -rf build/*",
"build": "tsc && npx shx cp package.json dist/package.json",
"start:dev": "npm run build && node -r dotenv-safe/config dist/main.js | pino-pretty -t",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/lucas.peirone/Ruby.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.3.0",
"@discordjs/voice": "^0.8.0",
"discord-api-types": "^0.26.1",
"discord.js": "^13.6.0",
"googleapis": "^94.0.0",
"inversify": "^6.0.1",
"memoizee": "^0.4.15",
"pino": "^7.6.5",
"prism-media": "^1.3.1",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"tweetnacl": "^1.0.3",
"ytdl-core": "^4.10.1"
},
"devDependencies": {
"@fluffy-spoon/substitute": "^1.208.0",
"@types/jest": "^27.4.0",
"@types/memoizee": "^0.4.7",
"@types/node": "^17.0.14",
"@types/pino": "^7.0.5",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"dotenv-safe": "^8.2.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^26.0.0",
"jest": "^27.4.7",
"pino-pretty": "^7.5.1",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
}
}