UNPKG

stripe-terminal

Version:
48 lines (47 loc) 1.26 kB
{ "name": "stripe-terminal", "version": "2.0.9", "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 <avery@corkdrinks.com>", "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": "avery@corkdrinks.com" }, "repository": { "type": "git", "url": "https://github.com/avery246813579/Stripe-Terminal.git" } }