Remnawave_backend/libs/node-plugins/package.json
2026-06-25 08:45:13 +03:00

33 lines
922 B
JSON

{
"name": "@remnawave/node-plugins",
"version": "0.4.5",
"description": "A library for Remnawave Node Plugins.",
"keywords": [],
"homepage": "https://github.com/remnawave",
"bugs": {
"url": "https://github.com/remnawave/backend/issues"
},
"license": "AGPL-3.0-only",
"author": "REMNAWAVE <github.com/remnawave>",
"repository": {
"type": "git",
"url": "git+https://github.com/remnawave/backend.git"
},
"files": [
"build/**/*"
],
"main": "build/backend/index.js",
"browser": "build/frontend/index.js",
"types": "build/backend/index.d.ts",
"scripts": {
"clean": "rm -rf build",
"build:backend": "tsc -p tsconfig.backend.json",
"build:frontend": "tsc -p tsconfig.frontend.json",
"build": "npm run clean && npm run build:backend && npm run build:frontend",
"prepublish": "npm run build"
},
"dependencies": {
"zod": "3.25.76"
},
"public": true
}