Files
Strix/webui/package.json
T
2025-11-18 14:16:11 +03:00

19 lines
375 B
JSON

{
"name": "webui",
"version": "1.0.4",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint web/js/**/*.js",
"lint:fix": "eslint web/js/**/*.js --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^8.57.1"
}
}