-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
38 lines (38 loc) · 956 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": "@globalpayments/js-loader",
"version": "1.8.5",
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"typings": "./index.d.ts",
"author": "Heartland Developer Portal <[email protected]>",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/globalpayments/globalpayments-js.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"./index.d.ts",
"./index.js"
],
"scripts": {
"build": "tsc",
"clean": "rimraf index.d.ts index.js",
"format": "prettier --write **/* !examples/**/*.html",
"prebuild": "yarn test:lint",
"prepublish": "yarn build",
"test:lint": "tslint --project tsconfig.json",
"test:serve": "serve -p 7777"
},
"dependencies": {
"@globalpayments/js": "^1.8.5"
},
"devDependencies": {
"rimraf": "*",
"typescript": "*"
},
"gitHead": "09776fcfe6140ce5b1ea8fc55fb4867b15565f1d"
}