forked from paypal/paypal-sdk-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.86 KB
/
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
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
{
"name": "paypal-braintree-web-sdk",
"version": "1.0.72",
"description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
"main": "index.js",
"scripts": {
"validate-components": "npm ls --production && babel-node test/validate-components",
"validate-flat": "babel-node test/validate-flat",
"flow-typed": "rm -rf ./flow-typed && flow-typed install",
"lint": "eslint src/ test/ *.js",
"flow": "flow check",
"karma": "cross-env NODE_ENV=test babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/karma start",
"test": "npm run lint && npm run flow-typed && npm run flow && npm run validate-components && npm run validate-flat",
"add": "./scripts/add.sh $1",
"upgrade": "./scripts/upgrade.sh $1",
"remove": "./scripts/remove.sh $1",
"release": "./scripts/release.sh",
"activate": "./scripts/activate.sh",
"flatten": "./scripts/flatten.sh"
},
"files": [
"package-lock.json",
"index.js"
],
"engines": {
"node": ">=8",
"npm": ">=5"
},
"config": {
"engine-strict": true
},
"browserslist": [
"IE >= 9",
"chrome >= 27",
"firefox >= 30",
"safari >= 5",
"opera >= 23"
],
"repository": {
"type": "git",
"url": "git://github.com/krakenjs/grumbler.git"
},
"keywords": [
"template"
],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"readmeFilename": "README.md",
"devDependencies": {
"check-node-version": "^3.2.0",
"fs-extra": "^5.0.0",
"grumbler-scripts": "^2",
"npm": "^5.8.0",
"flow-bin": "^0.85.0"
},
"dependencies": {
"paypal-braintree-example-component": "1.0.26",
"paypal-braintree-hosted-fields-component": "1.0.17",
"paypal-checkout-components": "4.1.20",
"paypal-session-recovery-component": "1.0.2"
}
}