curls/server/package.json

16 lines
372 B
JSON
Raw Permalink Normal View History

2024-08-02 04:12:44 +00:00
{
"name": "Dashboard",
"version": "1.0.0",
"description": "Curls Dashboard",
"main": "eslint.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "AGPL-3.0-only",
"devDependencies": {
"@eslint/js": "^9.4.0",
"eslint": "^9.4.0",
"globals": "^15.4.0"
}
}