{ "name": "csrf", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon index.js" }, "author": "", "license": "ISC", "dependencies": { "express": "^5.1.0" }, "keywords": [], "description": "", "devDependencies": { "nodemon": "^3.1.10" } }