n8n-nodes-ippanel
Version:
n8n node for IPPanel SMS service
58 lines (57 loc) • 1.29 kB
JSON
{
"name": "n8n-nodes-ippanel",
"version": "0.4.0",
"description": "n8n node for IPPanel SMS service",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"format": "prettier --write .",
"lint": "eslint --ext .ts --fix .",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"n8n",
"n8n-node",
"n8n-community-node",
"n8n-community-node-package",
"ippanel",
"sms"
],
"author": "IPPanel",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ippanelcom/n8n-node.git"
},
"bugs": {
"url": "https://github.com/ippanelcom/n8n-node/issues"
},
"homepage": "https://github.com/ippanelcom/n8n-node#readme",
"dependencies": {
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^18.15.11",
"eslint": "^8.38.0",
"jest": "^30.0.0",
"n8n-workflow": "^1.82.0",
"prettier": "^2.8.7",
"ts-jest": "^29.4.0",
"typescript": "~5.0.4"
},
"n8n": {
"n8nNodesApiVersion": 1,
"nodes": [
"dist/nodes/IPPanel/IPPanel.node.js"
],
"credentials": [
"dist/credentials/IPPanelApi.credentials.js"
]
},
"publishConfig": {
"access": "public"
}
}