2019-06-23 10:35:23 +00:00
|
|
|
{
|
2021-03-26 08:06:26 +00:00
|
|
|
"name": "n8n-node-dev",
|
2026-01-26 15:36:54 +00:00
|
|
|
"version": "2.6.0",
|
2021-03-26 08:06:26 +00:00
|
|
|
"description": "CLI to simplify n8n credentials/node development",
|
|
|
|
|
"main": "dist/src/index",
|
|
|
|
|
"types": "dist/src/index.d.ts",
|
|
|
|
|
"oclif": {
|
|
|
|
|
"commands": "./dist/commands",
|
|
|
|
|
"bin": "n8n-node-dev"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2022-11-09 16:32:05 +00:00
|
|
|
"clean": "rimraf dist .turbo",
|
|
|
|
|
"dev": "pnpm watch",
|
|
|
|
|
"build": "tsc --noEmit",
|
2022-01-13 17:14:28 +00:00
|
|
|
"build-node-dev": "tsc",
|
2024-09-17 12:10:22 +00:00
|
|
|
"format": "biome format --write .",
|
|
|
|
|
"format:check": "biome ci .",
|
2025-06-27 08:42:47 +00:00
|
|
|
"lint": "eslint src --quiet",
|
2025-07-28 09:07:28 +00:00
|
|
|
"lint:fix": "eslint src --fix",
|
2024-01-22 17:25:36 +00:00
|
|
|
"prepack": "echo \"Building project...\" && rm -rf dist && tsc -b",
|
2021-03-26 08:06:26 +00:00
|
|
|
"watch": "tsc --watch"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"n8n-node-dev": "./bin/n8n-node-dev"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"development",
|
|
|
|
|
"node",
|
|
|
|
|
"helper",
|
|
|
|
|
"n8n"
|
|
|
|
|
],
|
|
|
|
|
"files": [
|
|
|
|
|
"bin",
|
|
|
|
|
"dist",
|
|
|
|
|
"templates",
|
|
|
|
|
"src/tsconfig-build.json"
|
|
|
|
|
],
|
|
|
|
|
"devDependencies": {
|
2025-02-25 18:45:50 +00:00
|
|
|
"@n8n/typescript-config": "workspace:*",
|
2023-07-28 11:55:16 +00:00
|
|
|
"@types/inquirer": "^6.5.0"
|
2021-03-26 08:06:26 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-01-06 09:21:24 +00:00
|
|
|
"@n8n/di": "workspace:*",
|
2024-06-27 15:26:19 +00:00
|
|
|
"@oclif/core": "4.0.7",
|
2021-03-26 08:06:26 +00:00
|
|
|
"change-case": "^4.1.1",
|
2024-07-30 11:27:15 +00:00
|
|
|
"fast-glob": "catalog:",
|
2021-03-26 08:06:26 +00:00
|
|
|
"inquirer": "^7.0.1",
|
2023-02-21 13:04:35 +00:00
|
|
|
"n8n-core": "workspace:*",
|
|
|
|
|
"n8n-workflow": "workspace:*",
|
2021-03-26 08:06:26 +00:00
|
|
|
"replace-in-file": "^6.0.0",
|
2025-01-06 09:21:24 +00:00
|
|
|
"tmp-promise": "^3.0.3"
|
2021-03-26 08:06:26 +00:00
|
|
|
}
|
2019-06-23 10:35:23 +00:00
|
|
|
}
|