1.0.1
This commit is contained in:
30
package.json
Normal file
30
package.json
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"name": "n8n-generator",
|
||||||
|
"type": "module",
|
||||||
|
"private": true,
|
||||||
|
"version": "1.0.1",
|
||||||
|
"scripts": {
|
||||||
|
"init": "bun bin/init.ts",
|
||||||
|
"generate": "bun bin/generate.ts",
|
||||||
|
"build": "bun bin/build.ts",
|
||||||
|
"publish": "bun bin/publish.ts"
|
||||||
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {
|
||||||
|
"express": "^5.1.0",
|
||||||
|
"@types/bun": "latest",
|
||||||
|
"@types/lodash": "^4.17.20",
|
||||||
|
"@types/express": "^5.0.5",
|
||||||
|
"@types/node": "^24.10.0",
|
||||||
|
"@types/ssh2": "^1.15.5",
|
||||||
|
"n8n-core": "^1.117.1",
|
||||||
|
"n8n-workflow": "^1.116.0",
|
||||||
|
"nock": "^14.0.10",
|
||||||
|
"ssh2": "^1.17.0",
|
||||||
|
"dedent": "^1.7.0",
|
||||||
|
"lodash": "^4.17.21"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"typescript": "^5"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user