-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 894 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 894 Bytes
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
{
"name": "diepapi",
"version": "4.0.0-alpha.1",
"description": "An API for https://diep.io",
"author": "Cazka",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"lint": "eslint .",
"build-tools": "tsc --project tools"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cazka/diepAPI.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Cazka/diepAPI/issues"
},
"homepage": "https://github.com/Cazka/diepAPI#readme",
"devDependencies": {
"eslint": "^9.39.2",
"prettier": "^3.7.4",
"ts-loader": "^9.5.4",
"typedoc": "^0.28.15",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"wrapper-webpack-plugin": "^2.2.2"
}
}