-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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": "sonatica",
"version": "1.5.0",
"description": "A powerful lavalink wrapper",
"main": "@dist/index.js",
"files": ["@dist", "README.md"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pastel-Dream/sonatica.git"
},
"keywords": [
"lavalink",
"discord",
"ws",
"wrapper",
"api"
],
"author": "Jirayu Srisawat",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pastel-Dream/sonatica/issues"
},
"homepage": "https://github.com/Pastel-Dream/sonatica#readme",
"dependencies": {
"axios": "^1.7.9",
"events": "^3.3.0",
"ioredis": "^5.4.2"
},
"devDependencies": {
"@discordjs/collection": "^2.1.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.2",
"@types/events": "^3.0.3",
"@types/node": "^22.10.1",
"@types/ws": "^8.5.13",
"semantic-release": "^24.2.0",
"typescript": "^5.7.2"
},
"publishConfig": {
"access": "public"
}
}