-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "@mykeylab/mykey-js-sdk",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --require @babel/register --timeout 100000",
"build": "webpack --mode=production --display-error-details",
"doc": "rm -rf docs && jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "https://github.com/mykeylab/mykey-js-sdk.git"
},
"author": "mykeylab",
"license": "Apache",
"dependencies": {
"acorn": "^7.1.1",
"eosjs": "beta",
"es6-promise": "^4.2.6",
"isomorphic-fetch": "^2.2.1",
"kind-of": "^6.0.3",
"minimist": "^1.2.5",
"serialize-javascript": "^3.0.0",
"set-value": "^3.0.2"
},
"homepage": "https://github.com/mykeylab/mykey-js-sdk",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-transform-async-to-generator": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"@babel/runtime": "^7.4.4",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-plugin-mocha": "^5.3.0",
"jsdoc": "^3.6.0",
"mocha": "^6.1.4",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
}
}