19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"name": "LootValueEX - Server Plugin",
|
|
"version": "0.1.0",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc --build",
|
|
"clean": "tsc --build --clean"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GPL-3.0-only",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@types/node": "^22.5.2",
|
|
"eslint": "^9.9.1",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
} |