@remnawave/backend-contract 0.0.66 → 0.0.67

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +11 -2
package/package.json CHANGED
@@ -1,7 +1,17 @@
1
1
  {
2
2
  "name": "@remnawave/backend-contract",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
+ "public": true,
4
5
  "description": "A contract library for Remnawave",
6
+ "author": "REMNAWAVE <github.com/remnawave>",
7
+ "homepage": "https://github.com/remnawave",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/remnawave/backend"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/remnawave/backend/issues"
14
+ },
5
15
  "main": "build/backend/index.js",
6
16
  "browser": "build/frontend/index.js",
7
17
  "types": "build/backend/index.d.ts",
@@ -16,7 +26,6 @@
16
26
  "prepublish": "npm run build"
17
27
  },
18
28
  "keywords": [],
19
- "author": "REMNAWAVE",
20
29
  "license": "ISC",
21
30
  "dependencies": {
22
31
  "zod": "^3.22.4"