forked from klaytn/caver-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 6.77 KB
/
package.json
File metadata and controls
131 lines (131 loc) · 6.77 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "caver-js",
"version": "1.5.0",
"description": "caver-js is a JavaScript API library that allows developers to interact with a Klaytn node",
"main": "index.js",
"scripts": {
"test": "npm run build && npm run transactionTest && mocha test/packages/caver.utils.js && mocha test/packages/caver.klay.net.js && npm run accountTest && npm run serTest && npm run walletTest",
"build-all": "gulp all",
"build": "gulp default",
"lint": "./node_modules/.bin/eslint './**/*.js'",
"lintFix": "./node_modules/.bin/eslint './**/*.js' --fix",
"serTest": "mocha test/transactionType/serializationTest.js && mocha test/compressionPublicKey.js && mocha test/encodeContractDeploy.js && mocha test/parseAccountKey.js && mocha test/decodeTransaction.js",
"accountTest": "mocha test/packages/caver.account.js && mocha test/packages/caver.account.accountKey.js",
"walletTest": "mocha test/packages/caver.wallet.js && mocha test/packages/caver.wallet.keyring.js && mocha test/accountLib.js && mocha test/accounts.privateKeyToPublicKey.js && mocha test/accounts.recover.js && mocha test/packages/caver.klay.accounts.js && mocha test/isValidPrivateKey.js && mocha test/privateKeyToAccount.js",
"rpcTest": "mocha test/packages/caver.rpc.js",
"transactionTest": "mocha test/packages/caver.transaction/*.js",
"txTest": "mocha test/methodErrorHandling.js && mocha test/sendSignedTransaction.js && mocha test/estimateComputationCost.js && mocha test/getTransactionReceipt.js && mocha test/setNonceWithPendingTag.js && mocha test/getTransaction.js && mocha test/setContractOptions.js && mocha test/encodeContractDeploy.js && mocha test/accounts.signTransaction.js && mocha test/sendTransactionCallback.js && mocha test/signWithMultiSig.js && mocha test/transactionType/legacyTransaction.js && mocha test/transactionType/valueTransfer* && mocha test/transactionType/accountUpdate.js && mocha test/transactionType/contract* && mocha test/transactionType/cancelTransaction.js && mocha test/transactionType/feeDelegated*",
"etcTest": "mocha test/packages/caver.utils.js && mocha test/confirmationListener.js && mocha test/hashMessage.js && mocha test/iban.* && mocha test/randomHex.js && mocha test/sha3.js && mocha test/toChecksumAddress.js && mocha test/unitMap.js && mocha test/default* && mocha test/getNodeInfo.js && mocha test/eventEmitter.js && mocha test/packages/caver.klay.net.js && mocha test/getNetworkType.js && mocha test/invalidResponse.js && mocha test/isContractDeployment.js && mocha test/personal.js && mocha test/multiProviderTest.js && mocha test/subscription.js && mocha test/supportsSubscriptions.js && mocha test/contract.once.js && mocha test/setProvider.js",
"accountKeyTest": "mocha test/scenarioTest/accountKeyPublic.js && mocha test/scenarioTest/accountKeyMultiSig.js && mocha test/scenarioTest/accountKeyRoleBased.js",
"kctTest": "mocha test/packages/caver.klay.KIP7.js && mocha test/packages/caver.klay.KIP17.js",
"intTxTest": "npm run intLEGACYTest && npm run intVTTest && npm run intVTMTest && npm run intACCUPTest && npm run intDEPLTest && npm run intEXETest && npm run intCANCELTest && npm run intFDTest && npm run intFDRTest",
"intLEGACYTest": "mocha --grep INT-LEGACY/ test/intTest.js",
"intVTTest": "mocha --grep INT-VT/ test/intTest.js",
"intVTMTest": "mocha --grep INT-VTM/ test/intTest.js",
"intACCUPTest": "mocha --grep INT-ACCUP/ test/intTest.js",
"intDEPLTest": "mocha --grep INT-DEPL/ test/intTest.js",
"intEXETest": "mocha --grep INT-EXE/ test/intTest.js",
"intCANCELTest": "mocha --grep INT-CANCEL/ test/intTest.js",
"intFDTest": "mocha --grep INT-FD/ test/intTest.js",
"intFDRTest": "mocha --grep INT-FDR/ test/intTest.js",
"intSIGVALITest": "mocha --grep INT-SIGVALI/ test/intTest.js",
"intAPITest": "mocha --grep INT-API/ test/intTest.js",
"cover": "npm run build && nyc --silent mocha test/packages/caver.utils.js && nyc --silent --no-clean mocha test/packages/caver.klay.net.js && npm run cover:serialization && npm run cover:wallet && npm run cover:report",
"cover:serialization": "nyc --silent --no-clean npm run serTest",
"cover:wallet": "nyc --silent --no-clean npm run walletTest",
"cover:report": "nyc report --reporter=html --reporter=text"
},
"keywords": [
"caver",
"caverjs",
"caver-js",
"caver.js",
"klaytn",
"klaytn sdk",
"klaytn api"
],
"repository": {
"type": "git",
"url": "https://github.com/klaytn/caver-js.git"
},
"bugs": {
"url": "https://github.com/klaytn/caver-js/issues"
},
"homepage": "https://github.com/klaytn/caver-js",
"author": "Klaytn Team",
"license": "LGPL",
"dependencies": {
"@babel/runtime": "^7.3.1",
"any-promise": "1.3.0",
"bignumber.js": "^8.0.2",
"bn.js": "4.11.6",
"chai": "^4.1.2",
"crypto-browserify": "3.12.0",
"elliptic": "^6.4.1",
"eth-lib": "0.2.8",
"ethers": "^4.0.18",
"ethjs-unit": "0.1.6",
"eventemitter3": "4.0.0",
"it-each": "^0.4.0",
"lodash": "^4.17.15",
"node-fetch": "^2.2.0",
"number-to-bn": "1.7.0",
"oboe": "2.1.3",
"request": "2.87.0",
"requestretry": "^2.0.2",
"@web3-js/scrypt-shim": "^0.1.0",
"semver": "6.2.0",
"utf8": "2.1.1",
"uuid": "^3.0.0",
"websocket": "^1.0.31",
"xhr2-cookies": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.3.1",
"babel-eslint": "^8.2.6",
"babel-plugin-external-helpers": "^6.22.0",
"babelrc-rollup": "^3.0.0",
"browserify": "^16.2.2",
"chai-as-promised": "^7.1.1",
"del": "^3.0.0",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.10.0",
"exorcist": "^1.0.1",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-jshint": "^2.1.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.1",
"jshint": "^2.9.7",
"nock": "^10.0.6",
"nyc": "^14.1.1",
"path": "^0.12.7",
"prettier": "1.18.2",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-progress": "^0.4.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-uglify": "^6.0.0",
"sinon": "^9.0.0",
"sinon-chai": "^3.5.0",
"vinyl-source-stream": "^2.0.0"
}
}