forked from discord/discord-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 985 Bytes
/
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
{
"name": "discord-api-docs",
"version": "1.1.1",
"description": "Documentation for using Discord's API",
"main": "index.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/discord/discord-api-docs.git"
},
"author": "Discord Krew",
"license": "MIT",
"bugs": {
"url": "https://github.com/discord/discord-api-docs/issues"
},
"homepage": "https://github.com/discord/discord-api-docs#readme",
"scripts": {
"build": "tsc --build",
"lint": "eslint ci",
"lint:fix": "eslint ci --fix",
"test:links": "node dist/ci/checkLinks.js"
},
"devDependencies": {
"@actions/core": "^1.9.1",
"@types/node": "^16.10.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"chalk": "^4.1.2",
"eslint": "^7.32.0",
"eslint-config-marine": "^9.0.6",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3"
}
}