Remnawave_Node/libs/contract/package.json

31 lines
679 B
JSON

{
"name": "@remnawave/node-contract",
"version": "3.2.3",
"description": "A node-contract library for Remnawave Panel",
"keywords": [],
"homepage": "https://github.com/remnawave",
"bugs": {
"url": "https://github.com/remnawave/node/issues"
},
"license": "AGPL-3.0-only",
"author": "Remnawave",
"repository": {
"type": "git",
"url": "https://github.com/remnawave/node"
},
"files": [
"build/**/*"
],
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"prepublish": "rm -rf build && tsc",
"build": "tsc"
},
"dependencies": {
"zod": "4.4.3"
},
"devDependencies": {
"typescript": "~5.9.3"
}
}