Files
Alex Grozav 24e6873dab build(editor): Add the @n8n/module-cli module scaffolder (no-changelog) (#36427)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-08-24 14:16:05 +00:00

27 lines
607 B
JSON

{
"name": "@n8n/module-cli",
"version": "0.1.0",
"private": true,
"description": "Interactive scaffolder for n8n modules",
"type": "module",
"bin": {
"n8n-module-sdk": "bin/n8n-module-sdk.mjs"
},
"scripts": {
"clean": "rimraf .turbo",
"test": "vitest run",
"test:dev": "vitest",
"format": "biome format --write .",
"format:check": "biome ci ."
},
"dependencies": {
"citty": "catalog:",
"consola": "catalog:"
},
"devDependencies": {
"@n8n/vitest-config": "workspace:*",
"vitest": "catalog:"
},
"license": "LicenseRef-n8n-sustainable-use"
}