-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "stripe-terminal",
"version": "2.0.8",
"description": "A SDK for stripe terminal",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"license": "MIT",
"scripts": {
"test": "mocha test",
"start": "node dist",
"watch": "rimraf dist/ && babel ./src --out-dir dist/ --copy-files --watch --verbose",
"build": "rimraf dist/ && babel ./src --out-dir dist/ --copy-files"
},
"author": "Avery Durrant <[email protected]>",
"keywords": [
"stripe",
"terminal",
"stripe-terminal",
"react",
"react-native",
"react-native-stripe-terminal"
],
"dependencies": {
"core-js": "^3.6.5",
"regenerator-runtime": "^0.13.7",
"base-64": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/cli": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"stripe": "^6.25.1",
"chai": "~3.5.0",
"chai-as-promised": "^7.1.1",
"mocha": "~3.2.0",
"rimraf": "^3.0.2"
},
"bugs": {
"url": "https://github.com/avery246813579/Stripe-Terminal/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/avery246813579/Stripe-Terminal.git"
}
}