|
@@ -1,8 +1,12 @@
|
1
|
1
|
{
|
2
|
2
|
"name": "rpclibrary",
|
3
|
|
- "version": "1.1.5",
|
4
|
|
- "description": "",
|
|
3
|
+ "version": "1.1.6",
|
|
4
|
+ "description": "rpclibrary is a websocket on steroids!",
|
5
|
5
|
"main": "./js/Index.js",
|
|
6
|
+ "repository": {
|
|
7
|
+ "type" : "git",
|
|
8
|
+ "url" : "https://gitea.frontblock.me/fw-vendor/rpclibrary"
|
|
9
|
+ },
|
6
|
10
|
"scripts": {
|
7
|
11
|
"tsc": "tsc",
|
8
|
12
|
"webpack": "webpack --config ./src/webpack.js",
|
|
@@ -13,8 +17,8 @@
|
13
|
17
|
"test": "mocha js/test/Test.js",
|
14
|
18
|
"docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file --hideBreadcrumbs --hideSources"
|
15
|
19
|
},
|
16
|
|
- "author": "",
|
17
|
|
- "license": "ISC",
|
|
20
|
+ "author": "frontwork.me",
|
|
21
|
+ "license": "MIT",
|
18
|
22
|
"devDependencies": {
|
19
|
23
|
"@types/expect": "^1.20.4",
|
20
|
24
|
"@types/express": "^4.17.0",
|