{ "name": "forms-api", "version": "0.0.0", "description": "The API for all of our web forms.", "main": "index.js", "scripts": { "build": "tsc", "lint": "eslint src --max-warnings 0", "start": "op run --env-file=prod.env --no-masking -- node prod/index.js", "test": "echo \"Error: no test specified\" && exit 0" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@nhcarrigan/eslint-config": "5.2.0", "@nhcarrigan/typescript-config": "4.0.0", "@types/node": "22.13.4", "eslint": "9.20.1", "typescript": "5.7.3" } }