{ "name": "api-tiny-n8n", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "axios": "^1.14.0", "dotenv": "^17.4.1", "express": "^5.2.1" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^25.5.2", "tsx": "^4.21.0", "typescript": "^6.0.2" } }