-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
55 lines (55 loc) · 1.28 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
55
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@discordjs/voice-examples",
"version": "0.0.0",
"description": "A collection of examples showcasing @discordjs/voice",
"private": true,
"scripts": {
"build": "turbo run build",
"build:check": "turbo run build:check",
"lint": "turbo run lint",
"format": "turbo run format",
"fmt": "turbo run format",
"prepare": "is-ci || husky"
},
"contributors": [
"Crawl <[email protected]>",
"Amish Shah <[email protected]>",
"Vlad Frangu <[email protected]>",
"SpaceEEC <[email protected]>",
"Aura Román <[email protected]>"
],
"keywords": [
"discord",
"discordjs",
"discord.js",
"voice"
],
"repository": {
"type": "git",
"url": "https://github.com/discordjs/voice-examples.git"
},
"bugs": {
"url": "https://github.com/discordjs/voice-examples/issues"
},
"homepage": "https://discord.js.org",
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-angular": "^19.7.0",
"eslint": "^8.57.0",
"eslint-config-neon": "^0.1.62",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"prettier": "^3.4.2",
"turbo": "^2.3.4",
"typescript": "5.7.3"
},
"engines": {
"node": ">=20"
},
"packageManager": "[email protected]",
"volta": {
"node": "20.18.2",
"pnpm": "9.15.4"
}
}