-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
33 lines (33 loc) · 992 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
{
"name": "globalpayments-lib",
"version": "1.8.5",
"description": "Helper library for Global Payments JavaScript libraries",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"author": "Heartland Developer Portal <[email protected]>",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/globalpayments/globalpayments-js.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"format": "prettier --write src/**/* !src/assets/**/* !test/run.sh !test/run.ps1 !test/fixtures/**/*.html",
"prebuild": "rimraf lib && yarn test:lint",
"prepare": "yarn build",
"test:lint": "tslint --project tsconfig.json"
},
"dependencies": {
"base64-js": "^1.3.0",
"promise-polyfill": "^8.1.0",
"unfetch": "^4.1.0"
},
"devDependencies": {
"rimraf": "*",
"typescript": "*"
},
"gitHead": "09776fcfe6140ce5b1ea8fc55fb4867b15565f1d"
}