-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.34 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.34 KB
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
56
{
"name": "root",
"version": "0.0.0",
"private": true,
"description": "Create a discord bot with TypeScript and Decorators!",
"keywords": [
"api",
"bot",
"client",
"decorators",
"discord",
"framework",
"library",
"tool",
"typescript"
],
"homepage": "https://discordx.js.org",
"bugs": {
"url": "https://github.com/discordx-ts/discordx/issues",
"email": "vijayymmeena@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/discordx-ts/discordx"
},
"license": "Apache-2.0",
"contributors": [
"Vijay Meena <vijayymmeena@gmail.com> (https://github.com/vijayymmeena)"
],
"scripts": {
"build": "turbo run build",
"build:typedoc": "turbo run build:typedoc",
"format": "biome format --write",
"lint": "biome lint",
"prepare": "husky",
"prettier": "prettier --check .",
"test": "turbo run test"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-angular": "^20.2.0",
"husky": "^9.1.7",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"turbo": "^2.6.3",
"typedoc": "^0.28.15",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.19.0",
"publishConfig": {
"access": "restricted"
}
}