verdaccio-plugin-community-nodes
Version:
plugin for n8n community nodes
52 lines (51 loc) • 1.22 kB
JSON
{
"name": "verdaccio-plugin-community-nodes",
"version": "0.2.6",
"description": "plugin for n8n community nodes",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/"
],
"engines": {
"node": ">=20"
},
"dependencies": {
"semver": "^7.7.3"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.2",
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@verdaccio/types": "11.0.0-6-next.12",
"eslint": "^9.39.1",
"jest": "^29.7.0",
"prettier": "^3.7.4",
"standard-version": "^9.5.0",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
},
"keywords": [
"verdaccio-plugin",
"filter",
"n8n"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Joffcom/verdaccio-plugin-community-nodes.git"
},
"author": "Jonathan <jonathan@joffcom.net>",
"license": "MIT",
"scripts": {
"prepack": "npm run build",
"release": "standard-version -a",
"clean": "rm -rf lib",
"prebuild": "npm run clean",
"build": "tsc",
"watch": "tsc --watch",
"test": "jest",
"lint": "eslint \"**/*.{js,ts}\""
}
}