forked from NowPaymentsIO/nowpayments-api-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
166 lines (166 loc) · 3.56 KB
/
package.json
File metadata and controls
166 lines (166 loc) · 3.56 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "@nowpaymentsio/nowpayments-api-js",
"version": "1.0.6",
"description": "A library for interacting with the NOWPayments API",
"author": "bogdanaks <bogdan@nowpayments.io> (https://github.com/bogdanaks)",
"main": "./dist/nowpayments-api-js.js",
"types": "./src/index.d.ts",
"keywords": [
"Accept Bitcoin payments",
"Accept crypto",
"Accept crypto payments",
"Accept crypto payments online",
"Accept crypto on Shopify",
"Accept crypto donations",
"ADA",
"ADA crypto",
"Aeternity",
"AeternumToken",
"ALGO",
"ARK",
"AVA",
"Atomic Wallet",
"Basic Attention Token",
"Beam",
"Bitcoin",
"Bitcoin payment",
"Bitcoin payment gateway",
"Bitcoin payment processor",
"BlockChain",
"BNB",
"BNB Coin",
"Binance Coin",
"Bitcoin (Lightning Network)",
"Bitcoin Cash",
"BCH",
"business",
"Cardano",
"Cardano ADA",
"Coin",
"Cryptocurrency",
"Cryptocurrencies",
"Crypto",
"Crypto payment",
"Crypto payment gateway",
"Crypto payment processor",
"Crypto plugin",
"Crypto WooCommerce",
"Dash",
"DAO",
"DAO Maker",
"DGB",
"Digibyte",
"Dogecoin",
"Doge",
"Donate with crypto",
"ecwid",
"ecwid ecommerce",
"Elrond Network",
"EGLD",
"Euro",
"ERC-20",
"Ecommerce",
"Ecommerce solutions",
"ETH",
"Ethereum",
"Ethereum payment processor",
"EOS crypto",
"Eos Token",
"Ether Classic",
"ETC",
"Ethereum Classic",
"Ether",
"Fantom token",
"Fiat",
"Filecoin",
"finance",
"FunFair FUN",
"Gaming",
"Gambling",
"HBAR",
"Hedera",
"Horizen",
"Horizen ZEN",
"Litecoin",
"Maker DAO",
"Monero",
"Nano",
"NEO",
"OKB",
"OKEx",
"Payments",
"Payment gateway",
"Payment processor crypto",
"Payment solutions",
"Polkadot",
"PrestaShop",
"Ravencoin",
"RVN",
"Ripple crypto",
"Shopify",
"Shopify crypto",
"Shopify crypto payments",
"Tether",
"Tether USD",
"Token",
"Tron",
"TRX",
"TrueUSD",
"United States Dollar",
"USD",
"USDT",
"VeChain Token",
"Verge",
"Wallet",
"WAVES",
"WooCommerce",
"WooCommerce Crypto",
"Wordpress crypto plugins",
"XMR",
"XRP",
"XVG",
"ZEC",
"ZenCart",
"Zcash",
"ZCash ZEC",
"ZEN"
],
"repository": {
"type": "git",
"url": "https://github.com/NowPaymentsIO/nowpayments-api-js.git"
},
"bugs": "https://github.com/NowPaymentsIO/nowpayments-api-js/issues",
"private": false,
"scripts": {
"build": "NODE_ENV=production grunt build",
"start": "NODE_ENV=development && webpack-cli --watch --mode development",
"eslint:fix": "eslint --fix ./src"
},
"license": "MIT",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.21.0",
"eslint": "^7.23.0",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.4.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-eslint": "^23.0.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-webpack": "^4.0.2",
"load-grunt-tasks": "^5.1.0",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.1.0",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.2.3",
"uglifyjs-webpack-plugin": "2.2.0",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
}
}