{
  "name": "fl-stripe-server",
  "version": "11.7.2",
  "description": "Stripe controller for FounderLab apps",
  "main": "lib/index.js",
  "author": {
    "name": "Gwilym Humphreys",
    "url": "https://github.com/gwilymhumphreys"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/founderlab/frameworkstein/tree/master/packages/fl-stripe-server"
  },
  "scripts": {
    "prepare": "babel --root-mode upward ./src --out-dir ./lib --delete-dir-on-start",
    "build": "babel --root-mode upward ./src --out-dir ./lib --delete-dir-on-start",
    "watch": "babel --root-mode upward ./src --out-dir ./lib --delete-dir-on-start --watch",
    "test": "eval $(cat __tests__/.env) jest --runInBand --detectOpenHandles"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "babel-jest": "^24.0.0",
    "jest": "^27.0.0",
    "stein-orm": "^11.0.0",
    "stein-orm-sql": "^11.7.2"
  },
  "dependencies": {
    "fl-auth-server": "^11.7.2",
    "fl-server-utils": "^11.4.5",
    "lodash": "^4.0.0",
    "moment": "^2.0.0",
    "stripe": "^8.24.0"
  },
  "jest": {
    "verbose": true,
    "bail": true,
    "testURL": "http://localhost/",
    "transform": {
      "^.+\\.js$": "babel-jest"
    },
    "testPathIgnorePatterns": [
      "node_modules",
      "models"
    ]
  },
  "gitHead": "80bf00153e052b2fcaccdf95491332cf59dfb192"
}
