2019-10-03 08:53:03 +02:00
|
|
|
{
|
2024-09-25 20:48:43 -05:00
|
|
|
"name": "n8n-nodes-drop-a-log",
|
2022-06-14 15:35:59 +02:00
|
|
|
"version": "0.1.0",
|
2022-08-02 15:18:09 +02:00
|
|
|
"description": "",
|
2022-06-14 15:35:59 +02:00
|
|
|
"keywords": [
|
|
|
|
|
"n8n-community-node-package"
|
|
|
|
|
],
|
2022-06-17 13:51:26 -07:00
|
|
|
"license": "MIT",
|
2022-08-02 15:18:09 +02:00
|
|
|
"homepage": "",
|
2022-06-14 15:35:59 +02:00
|
|
|
"author": {
|
2024-09-25 20:48:43 -05:00
|
|
|
"name": "Dan Jones",
|
|
|
|
|
"email": "danjones@goodevilgenius.org"
|
2022-06-14 15:35:59 +02:00
|
|
|
},
|
2024-09-25 20:48:43 -05:00
|
|
|
"repository": {},
|
2024-07-04 19:44:50 +02:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.10",
|
|
|
|
|
"pnpm": ">=9.1"
|
|
|
|
|
},
|
|
|
|
|
"packageManager": "pnpm@9.1.4",
|
2022-06-14 15:35:59 +02:00
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2024-07-04 19:44:50 +02:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
2022-06-27 11:52:17 +02:00
|
|
|
"build": "tsc && gulp build:icons",
|
2022-06-27 11:57:31 +02:00
|
|
|
"dev": "tsc --watch",
|
2022-06-27 11:45:26 +02:00
|
|
|
"format": "prettier nodes credentials --write",
|
2022-12-29 17:56:02 +01:00
|
|
|
"lint": "eslint nodes credentials package.json",
|
|
|
|
|
"lintfix": "eslint nodes credentials package.json --fix",
|
2024-07-04 19:44:50 +02:00
|
|
|
"prepublishOnly": "pnpm build && pnpm lint -c .eslintrc.prepublish.js nodes credentials package.json"
|
2022-06-14 15:35:59 +02:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
|
|
|
|
"n8n": {
|
2022-07-11 14:30:25 +02:00
|
|
|
"n8nNodesApiVersion": 1,
|
2024-09-25 20:48:43 -05:00
|
|
|
"credentials": [],
|
2022-06-14 15:35:59 +02:00
|
|
|
"nodes": [
|
2024-09-25 20:48:43 -05:00
|
|
|
"dist/nodes/DropALog/DropALog.node.js"
|
2022-06-14 15:35:59 +02:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-09-25 20:48:43 -05:00
|
|
|
"@types/node": "^22.7.1",
|
2024-07-04 19:44:50 +02:00
|
|
|
"@typescript-eslint/parser": "^7.15.0",
|
|
|
|
|
"eslint": "^8.56.0",
|
|
|
|
|
"eslint-plugin-n8n-nodes-base": "^1.16.1",
|
2022-06-14 19:52:28 +02:00
|
|
|
"gulp": "^4.0.2",
|
2024-05-02 11:47:31 +02:00
|
|
|
"n8n-workflow": "*",
|
2024-07-04 19:44:50 +02:00
|
|
|
"prettier": "^3.3.2",
|
|
|
|
|
"typescript": "^5.5.3"
|
2024-05-02 11:47:31 +02:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"n8n-workflow": "*"
|
2022-06-14 15:35:59 +02:00
|
|
|
}
|
2019-10-03 08:53:03 +02:00
|
|
|
}
|