-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "cryptocompare-api",
"version": "1.4.0",
"description": "An async-based CryptoCompare API client library for .NET and .NET Core",
"scripts": {
"commit": "git-cz",
"dry-release": "standard-version --dry-run",
"release": "standard-version",
"docs": "docsify serve docs",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joancaron/cryptocompare-api.git"
},
"author": "Joan Caron",
"license": "MIT",
"bugs": {
"url": "https://github.com/joancaron/cryptocompare-api/issues"
},
"homepage": "https://github.com/joancaron/cryptocompare-api#readme",
"devDependencies": {
"all-contributors-cli": "^5.4.1",
"commitizen": "^3.0.4",
"cz-conventional-changelog": "^2.1.0",
"docsify-cli": "^4.3.0",
"standard-version": "4.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"files": [
"docs"
]
}