-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.04 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
{
"name": "@discordjs/docs",
"version": "0.1.0",
"description": "The generated doc files for our documentation website",
"private": true,
"scripts": {
"lint": "prettier --check . && eslint api --ext ts && tsc --noEmit",
"format": "prettier --write . && eslint api --ext ts --fix",
"fmt": "yarn format",
"update": "yarn upgrade-interactive"
},
"directories": {
"lib": "api"
},
"contributors": [
"Crawl <[email protected]>"
],
"license": "Apache-2.0",
"keywords": [
"api",
"bot",
"client",
"node",
"discordjs"
],
"repository": {
"type": "git",
"url": "https://github.com/discordjs/docs.git"
},
"bugs": {
"url": "https://github.com/discordjs/docs/issues"
},
"homepage": "https://discord.js.org",
"devDependencies": {
"@actions/glob": "^0.4.0",
"@planetscale/database": "^1.6.0",
"@vercel/node": "^2.10.2",
"eslint": "^8.37.0",
"eslint-config-neon": "^0.1.41",
"prettier": "^2.8.7",
"typescript": "^5.0.3",
"vercel": "^28.18.3"
},
"engines": {
"node": ">=16.9.0"
},
"packageManager": "[email protected]"
}