Files
tiny-webhook/package.json
Cauê Faleiros c8b24eeaea
All checks were successful
Build and Deploy / build-and-push (push) Successful in 41s
fix: actually upload package.json
2026-04-09 10:36:37 -03:00

28 lines
577 B
JSON

{
"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"
}
}