Compare commits
2 Commits
cc40d90070
...
7e43e0d106
Author | SHA1 | Date | |
---|---|---|---|
7e43e0d106 | |||
2f1d1d9f0d |
@ -7,7 +7,8 @@
|
|||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**/*",
|
"dist/**/*",
|
||||||
"readme.md"
|
"readme.md",
|
||||||
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "tsc -w",
|
"watch": "tsc -w",
|
||||||
|
@ -8,7 +8,9 @@
|
|||||||
"start": "npx ./dist create"
|
"start": "npx ./dist create"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**/*"
|
"dist/**/*",
|
||||||
|
"readme.md",
|
||||||
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@microsoft/api-extractor": "^7.47.9",
|
"@microsoft/api-extractor": "^7.47.9",
|
||||||
|
@ -3,13 +3,13 @@ is an all-in package with asynchronous RPC implementation for RageMP servers in
|
|||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
``` shell
|
``` shell
|
||||||
npm i rage-fw-rpc
|
npm i @entityseven/rage-fw-rpc
|
||||||
```
|
```
|
||||||
```shell
|
```shell
|
||||||
pnpm i rage-fw-rpc
|
pnpm i @entityseven/rage-fw-rpc
|
||||||
```
|
```
|
||||||
```shell
|
```shell
|
||||||
yarn add rage-fw-rpc
|
yarn add @entityseven/rage-fw-rpc
|
||||||
```
|
```
|
||||||
|
|
||||||
Import installed package and initialize rpc:
|
Import installed package and initialize rpc:
|
||||||
|
Loading…
Reference in New Issue
Block a user