This commit is contained in:
2024-10-28 12:46:24 +00:00
parent 2f2b1da99b
commit 5ea3ffa4b0
3 changed files with 9215 additions and 7038 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.0",
"version": "0.2.0",
"npmClient": "pnpm"
}
+3228 -1057
View File
File diff suppressed because it is too large Load Diff
+8 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@entityseven/rage-fw-rpc",
"description": "Rage FW RPC",
"version": "0.2.1",
"version": "0.2.0",
"scripts": {
"build": "tsup",
"start": "npx ./dist create"
@@ -17,7 +17,13 @@
"peerDependencies": {
"typescript": "^5"
},
"keywords": ["ragemp", "rage", "rpc", "rage-rpc", "ragerpc"],
"keywords": [
"ragemp",
"rage",
"rpc",
"rage-rpc",
"ragerpc"
],
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"author": {