Files
n8n-generator/package.json
bipproduction 9ff2aa0fec tambahan baru
2025-11-10 10:17:51 +08:00

31 lines
718 B
JSON

{
"name": "n8n-generator",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"build": "rm -rf dist && tsc && cp assets/icon.svg dist/nodes/icon.svg",
"start": "bun run dist/index.js",
"gen": "bun gen.ts"
},
"dependencies": {
"express": "^5.1.0",
"lodash": "^4.17.21",
"n8n-core": "^1.117.1",
"n8n-workflow": "^1.116.0",
"nock": "^14.0.10",
"ssh2": "^1.17.0"
},
"devDependencies": {
"@types/bun": "latest",
"@types/lodash": "^4.17.20",
"@types/express": "^5.0.5",
"@types/node": "^24.10.0",
"@types/ssh2": "^1.15.5",
"prettier": "^3.6.2",
"ts-node": "^10.9.2"
},
"peerDependencies": {
"typescript": "^5"
}
}