forked from comprae/pagarme-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 873 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
{
"name": "@eosrio/pagarme-ts",
"version": "4.18.0",
"description": "A JavaScript library to interface with Pagar.me API",
"main": "lib/esm/index.js",
"scripts": {
"build:esm": "tsc",
"build:watch": "tsc --watch",
"build:cjs": "tsc --p tsconfig.node.json",
"build:webpack": "webpack"
},
"engines": {
"node": ">=16"
},
"keywords": [],
"author": "Pagar.me Pagamentos S/A",
"license": "MIT",
"dependencies": {
"bluebird": "^3.7.2",
"cross-fetch": "^3.1.4",
"crypto-js": "^4.0.0",
"qs": "^6.10.1",
"ramda": "^0.27.1"
},
"devDependencies": {
"@types/node": "^16.0.0",
"@types/qs": "^6.9.6",
"@types/ramda": "^0.27.42",
"moment": "^2.29.1",
"ts-loader": "^9.2.3",
"typescript": "4.3.5",
"webpack": "^5.43.0",
"webpack-cli": "^4.7.2"
},
"browser": {
"crypto": false
}
}