This commit is contained in:
Danya H 2024-10-28 12:46:24 +00:00
parent 2f2b1da99b
commit 2b287f06a2
3 changed files with 9215 additions and 7038 deletions

View File

@ -1,5 +1,5 @@
{ {
"$schema": "node_modules/lerna/schemas/lerna-schema.json", "$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.0", "version": "0.2.0",
"npmClient": "pnpm" "npmClient": "pnpm"
} }

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{ {
"name": "@entityseven/rage-fw-rpc", "name": "@entityseven/rage-fw-rpc",
"description": "Rage FW RPC", "description": "Rage FW RPC",
"version": "0.2.1", "version": "0.2.0",
"scripts": { "scripts": {
"build": "tsup", "build": "tsup",
"start": "npx ./dist create" "start": "npx ./dist create"
@ -17,7 +17,13 @@
"peerDependencies": { "peerDependencies": {
"typescript": "^5" "typescript": "^5"
}, },
"keywords": ["ragemp", "rage", "rpc", "rage-rpc", "ragerpc"], "keywords": [
"ragemp",
"rage",
"rpc",
"rage-rpc",
"ragerpc"
],
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/src/index.d.ts", "types": "dist/src/index.d.ts",
"author": { "author": {