feedback-tool/package.json
OpenClaw 0a6255731c
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 3s
Initial commit: feedback-tool server + deploy workflow
2026-03-13 10:27:48 +00:00

16 lines
276 B
JSON

{
"name": "feedback-tool",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.2.1"
}
}