forked from sebs/etherscan-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 924 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 924 Bytes
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
{
"name": "etherscan-api-monorepo",
"version": "100.0.0",
"description": "next generation etherscan-api",
"main": "index.js",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"test": "lerna run test "
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebs/etherscan-api.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebs/etherscan-api/issues"
},
"homepage": "https://github.com/sebs/etherscan-api#readme",
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"cz-conventional-changelog": "^3.0.2",
"husky": "^3.0.5",
"lerna": "^3.16.4",
"standard-version": "^7.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"typescript": "^3.6.3"
}
}