-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
{
"name": "hoshimi",
"version": "0.1.0",
"description": "A Shoukaku wrapper highly inspired in Kazagumo.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
"lint-staged": {
"*.{ts,json}": ["biome format --write ."]
},
"files": ["dist"],
"scripts": {
"build": "tsup",
"lint": "biome lint ./src",
"typecheck": "tsc --noEmit",
"pkg:prepublish": "pnpm build && tsx ./scripts/prepublish.mts && cd .npm && npm pack",
"pgk:publish": "cd .npm && npm publish",
"format": "biome format --write .",
"prepare": "pnpm build && husky"
},
"keywords": [
"discord",
"lavalink",
"shoukaku",
"discord-player",
"discord.js",
"seyfert",
"kazagumo",
"distube",
"music-bot",
"lavalink-player",
"lavalink-client",
"music"
],
"author": "Ganyu Studios",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@types/node": "^22.7.3",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"shoukaku": "github:shipgirlproject/Shoukaku",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
}
}