{ "name": "apiwaiter", "version": "1.0.0", "description": "api for waiters", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "author": "", "license": "ISC", "dependencies": { "express": "^4.21.1", "node-json-db": "^2.3.0" } }