@preprio/n8n-nodes-prepr
Version:
N8n community node package for Prepr CMS
61 lines (60 loc) • 1.73 kB
JSON
{
"name": "@preprio/n8n-nodes-prepr",
"version": "0.1.4",
"description": "N8n community node package for Prepr CMS",
"keywords": [
"n8n-community-node-package",
"prepr",
"headless-cms",
"prepr-cms"
],
"license": "MIT",
"homepage": "https://prepr.io",
"author": {
"name": "Prepr Development",
"email": "support@prepr.io"
},
"repository": {
"type": "git",
"url": "https://github.com/preprio/n8n-nodes-prepr.git"
},
"engines": {
"node": ">=20.15"
},
"main": "index.js",
"scripts": {
"build": "npx rimraf dist && tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json",
"lintfix": "eslint nodes credentials package.json --fix",
"prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json",
"watch-n8n": "nodemon --watch dist --exec 'n8n start'"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/PreprApi.credentials.js"
],
"nodes": [
"dist/nodes/Prepr/Prepr.node.js"
]
},
"devDependencies": {
"@typescript-eslint/parser": "~8.32.0",
"eslint": "^8.57.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^5.0.0",
"n8n-core": "^1.14.1",
"n8n-workflow": "^1.82.0",
"nodemon": "^3.1.10",
"prettier": "^3.5.3",
"typescript": "^5.8.2"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}