2019-06-23 03:35:23 -07:00
|
|
|
{
|
2021-03-26 01:06:26 -07:00
|
|
|
"name": "n8n-node-dev",
|
2024-07-24 05:20:06 -07:00
|
|
|
"version": "1.52.0",
|
2021-03-26 01:06:26 -07: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 08:32:05 -08:00
|
|
|
"clean": "rimraf dist .turbo",
|
|
|
|
"dev": "pnpm watch",
|
|
|
|
"build": "tsc --noEmit",
|
2022-01-13 09:14:28 -08:00
|
|
|
"build-node-dev": "tsc",
|
2022-11-22 05:11:29 -08:00
|
|
|
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
2023-08-22 04:42:05 -07:00
|
|
|
"lint": "eslint . --quiet",
|
|
|
|
"lintfix": "eslint . --fix",
|
2024-01-22 09:25:36 -08:00
|
|
|
"prepack": "echo \"Building project...\" && rm -rf dist && tsc -b",
|
2021-03-26 01:06:26 -07: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": {
|
2023-07-28 04:55:16 -07:00
|
|
|
"@types/inquirer": "^6.5.0"
|
2021-03-26 01:06:26 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-06-27 08:26:19 -07:00
|
|
|
"@oclif/core": "4.0.7",
|
2021-03-26 01:06:26 -07:00
|
|
|
"change-case": "^4.1.1",
|
2022-09-21 00:36:44 -07:00
|
|
|
"fast-glob": "^3.2.5",
|
2021-03-26 01:06:26 -07:00
|
|
|
"inquirer": "^7.0.1",
|
2023-02-21 05:04:35 -08:00
|
|
|
"n8n-core": "workspace:*",
|
|
|
|
"n8n-workflow": "workspace:*",
|
2021-03-26 01:06:26 -07:00
|
|
|
"replace-in-file": "^6.0.0",
|
2023-10-23 04:39:35 -07:00
|
|
|
"tmp-promise": "^3.0.3",
|
|
|
|
"typedi": "^0.10.0"
|
2021-03-26 01:06:26 -07:00
|
|
|
}
|
2019-06-23 03:35:23 -07:00
|
|
|
}
|