-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 KB
/
package.json
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
{
"name": "factom-harmony-connect",
"version": "1.2.0",
"description": "",
"main": "dist/factomHarmonyConnectSdk.cjs.js",
"module": "dist/factomHarmonyConnectSdk.esm.js",
"scripts": {
"test": "jest",
"build": "rollup -c"
},
"author": "",
"license": "ISC",
"files": ["dist"],
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.20.0",
"babel-preset-env": "^1.1.1",
"eslint": "^5.12.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"global-tunnel-ng": "^2.7.1",
"istanbul": "^0.4.5",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"nodemon": "^1.18.9",
"path": "^0.12.7",
"rollup": "^1.1.2",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0"
},
"dependencies": {
"axios": "^0.19.0",
"base-58": "0.0.1",
"elliptic": "^6.4.1",
"is-url": "^1.2.4",
"js-sha256": "^0.9.0",
"secure-random": "^1.1.1",
"url-join": "^4.0.0",
"url-join-query": "^1.0.3"
}
}