-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.86 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"_from": "bottos-sdk-js@0.6.0",
"_id": "bottos-sdk-js@0.6.0",
"_inBundle": false,
"_integrity": "sha512-0g4dY6KzmtqUa/U1ZJc9bSIneDLtlxZ4DiL4HEdZ2Vy2xbePlYpv5DkyrQJxqa04Ce5HtgAm+dDnSGpYtallpA==",
"_location": "/bottos-sdk-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bottos-sdk-js@0.6.0",
"name": "bottos-sdk-js",
"escapedName": "bottos-sdk-js",
"rawSpec": "0.5.0",
"saveSpec": null,
"fetchSpec": "0.5.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/bottos-sdk-js/-/bottos-sdk-js-0.5.0.tgz",
"_shasum": "bef6206922ffded9fcda92244d287fc54dc947d5",
"_spec": "bottos-sdk-js@0.6.0",
"_where": "D:\\workspace\\钱包\\chromewallet",
"author": {
"name": "VinciXie"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/bottos-project/bottos-sdk-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"bottos-crypto-js": "^1.0.14",
"bottos-js-msgpack": "^1.0.5",
"node-fetch": "^2.3.0",
"querystring": "^0.2.0"
},
"deprecated": false,
"description": "You need to run a local Bottos node to use this library.",
"devDependencies": {
"jest": "^23.6.0",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2"
},
"files": [
"index.js",
"browser.js",
"lib",
"src",
"umd",
"index.d.ts",
"Abi.js"
],
"homepage": "https://github.com/bottos-project/bottos-sdk-js#readme",
"keywords": [
"bottos",
"bottos-sdk-js",
"API"
],
"license": "GPL-3.0",
"main": "index.js",
"name": "bottos-sdk-js",
"repository": {
"type": "git",
"url": "git://github.com/bottos-project/bottos-sdk-js.git"
},
"scripts": {
"build": "webpack --mode=production",
"test": "jest"
},
"typings": "./index.d.ts",
"unpkg": "./umd/bottos-sdk-js.min.js",
"version": "0.6.0"
}