forked from blizzhackers/kolbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 729 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "trunk",
"version": "1.0.0",
"description": "1. D2BS, D2Bot and kolbot # are educational tools with an open source developer community. These tools are meant to be used offline or on private servers that explicitly allow them. These tools are not meant to be abused on battle.net (a Blizzard Entertainment entity).",
"main": "",
"typings": "./d2bs/kolbot/**/global.d.ts",
"scripts": {
"lint": "eslint --fix --ext .js --ext .dbj d2bs/kolbot/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "2.1.2",
"@types/node": "^24.0.10",
"eslint": "^7.32.0",
"typescript": "^4.9.3"
}
}