n8n-nodes-lunar-calendar-vi
Version:
n8n community node để chuyển đổi âm lịch - dương lịch Việt Nam
56 lines (55 loc) • 1.47 kB
JSON
{
"name": "n8n-nodes-lunar-calendar-vi",
"version": "0.1.0",
"description": "n8n community node để chuyển đổi âm lịch - dương lịch Việt Nam",
"keywords": [
"n8n-community-node-package",
"lunar-calendar",
"vietnamese-calendar",
"solar-calendar",
"date-conversion",
"vietnam",
"lunar-date"
],
"license": "MIT",
"homepage": "https://github.com/hophamlam/n8n-lunar-calendar-vi",
"author": {
"name": "Hoang Pham",
"email": "hophamlam@example.com"
},
"repository": {
"type": "git",
"url": "https://github.com/hophamlam/n8n-lunar-calendar-vi.git"
},
"main": "dist/nodes/LunarCalendarVi/LunarCalendarVi.node.js",
"scripts": {
"build": "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"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"nodes": [
"dist/nodes/LunarCalendarVi/LunarCalendarVi.node.js"
]
},
"devDependencies": {
"@types/node": "^18.16.0",
"@typescript-eslint/parser": "~5.45",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"n8n-core": "*",
"n8n-workflow": "*",
"prettier": "^2.7.1",
"typescript": "~4.8.4"
},
"dependencies": {
"@nghiavuive/lunar_date_vi": "^2.0.1"
}
}