|
@@ -1,8 +1,17 @@
|
1
|
1
|
{
|
2
|
2
|
"name": "xrpio",
|
3
|
|
- "version": "0.0.1",
|
|
3
|
+ "version": "0.0.2",
|
|
4
|
+ "repository": {
|
|
5
|
+ "type": "git",
|
|
6
|
+ "url": "https://gitea.nitowa.xyz/npm-packages/xrpio.git"
|
|
7
|
+ },
|
|
8
|
+ "bugs": {
|
|
9
|
+ "url": "https://gitea.nitowa.xyz/npm-packages/xrpio/issues",
|
|
10
|
+ "email": "peter.millauer@gmail.com"
|
|
11
|
+ },
|
|
12
|
+ "homepage": "https://gitea.nitowa.xyz/docs/xrpio",
|
4
|
13
|
"description": "XRP arbitrary data writer and reader",
|
5
|
|
- "main": "lib/src/xrpIO/ripple-bindings.js",
|
|
14
|
+ "main": "lib/src/index.js",
|
6
|
15
|
"scripts": {
|
7
|
16
|
"clean": "rm -rf gui/main.js gui/index.html gateway/main.js build lib docs",
|
8
|
17
|
"start": "npm run build && npm run launch",
|
|
@@ -14,7 +23,7 @@
|
14
|
23
|
"webpack-gateway": "webpack --config webpack.gateway.js --progress && cp build/gateway/main.js gateway",
|
15
|
24
|
"test": "npm run build && mocha --bail=true ./lib/test/*.js",
|
16
|
25
|
"deploy": "node ./lib/Deploy.js",
|
17
|
|
- "docs": "typedoc --out docs --readme ./README.md --plugin typedoc-plugin-markdown --hideBreadcrumbs ./src/xrpIO/ripple-binding.ts"
|
|
26
|
+ "docs": "typedoc --out docs --readme ./README.md --plugin typedoc-plugin-markdown --hideBreadcrumbs ./src/index.ts"
|
18
|
27
|
},
|
19
|
28
|
"author": "nitowa",
|
20
|
29
|
"license": "MIT",
|
|
@@ -29,16 +38,13 @@
|
29
|
38
|
"browserify-zlib": "^0.2.0",
|
30
|
39
|
"chai": "^4.3.4",
|
31
|
40
|
"crypto-browserify": "^3.12.0",
|
32
|
|
- "mocha": "^8.3.2",
|
33
|
|
- "node-fetch": "^2.6.1",
|
|
41
|
+ "mocha": "^9.2.0",
|
|
42
|
+ "node-fetch": "^2.6.2",
|
34
|
43
|
"process": "^0.11.10",
|
35
|
44
|
"ts-loader": "^8.1.0",
|
36
|
45
|
"typedoc": "^0.22.11",
|
37
|
46
|
"typedoc-plugin-markdown": "^3.11.12",
|
38
|
|
- "typescript": "^3.9.5",
|
39
|
|
- "utf8": "^3.0.0",
|
40
|
|
- "webpack": "^5.30.0",
|
41
|
|
- "webpack-bundle-analyzer": "^4.4.0",
|
42
|
|
- "webpack-cli": "^4.6.0"
|
|
47
|
+ "typescript": "^4.5.0",
|
|
48
|
+ "utf8": "^3.0.0"
|
43
|
49
|
}
|
44
|
50
|
}
|