forked from idecentralize-finance/erclib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.23 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
50
51
52
53
{
"name": "@idecentralize/erclib",
"version": "1.4.3",
"description": "ERC library for blockchain development",
"main": "index.js",
"type": "module",
"scripts": {
"coverage": " nyc report --reporter=text-lcov | coveralls",
"build-test": "nyc --reporter lcov --reporter nyan mocha ./test/index.js --reporter nyc",
"test": "nyc --reporter=lcov --reporter=text-lcov --all mocha "
},
"repository": {
"type": "git",
"url": "git+https://github.com/idecentralize-finance/erclib.git"
},
"keywords": [
"erclib",
"ERC20",
"library",
"blockchain",
"tool",
"dev",
"defi",
"idecentralize.finance",
"crypto",
"logo",
"decentralize",
"ethereum",
"polygon",
"bot",
"exchange"
],
"author": "Ian Decentralize",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/idecentralize-finance/erclib/issues"
},
"homepage": "https://github.com/idecentralize-finance/erclib#readme",
"dependencies": {
"user": "^0.0.0"
},
"directories": {
"test": "test"
},
"devDependencies": {
"babel-register": "^6.26.0",
"chai": "^4.3.4",
"coveralls": "^3.1.1",
"mocha": "^9.1.3",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0"
}
}