-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (37 loc) · 877 Bytes
/
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
{
"name": "crypto-dot-com-api",
"version": "1.0.9",
"description": "Connect to Crypto.com API and share data with Googlesheets",
"main": "index.js",
"bin": "index.js",
"files:":[
"index.js"
],
"scripts": {
"semantic-release": "semantic-release"
},
"keywords": [
"Crypto.com",
"API"
],
"author": "securityiskey",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/securityiskey/Crypto.com-API-JavaSctipt"
},
"bugs": {
"url": "https://github.com/securityiskey/Crypto.com-API-JavaSctipt/issues"
},
"publishConfig": {
"access": "public",
"branches": [
"main"
]
},
"homepage": "https://github.com/securityiskey/Crypto.com-API-JavaSctipt/blob/main/README.md",
"devDependencies": {
"@types/google-spreadsheet": "^3.2.0",
"semantic-release": "^1.0.9"
}
}