mirror of
https://github.com/remnawave/node.git
synced 2026-07-01 05:32:10 +00:00
31 lines
No EOL
680 B
JSON
31 lines
No EOL
680 B
JSON
{
|
|
"name": "@remnawave/node-contract",
|
|
"version": "2.7.0",
|
|
"description": "A node-contract library for Remnawave Panel",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"files": [
|
|
"build/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepublish": "rm -rf build && tsc",
|
|
"build": "tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "Remnawave",
|
|
"homepage": "https://github.com/remnawave",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/remnawave/node"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/remnawave/node/issues"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "5.9.3"
|
|
}
|
|
} |