{
  "name": "@collectapp/checkout-sdk",
  "version": "1.1.4",
  "description": "Collect Africa Checkout library",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "tsc --build --clean",
    "build": "tsc --b && rollup -c rollup.config.public.js && rollup -c rollup.config.module.js",
    "lint": "eslint '*/**/*.{js,ts}' --fix",
    "start": "tsc -b --watch --incremental --verbose",
    "static": "node server.js",
    "dev": "node watch-and-build.js"
  },
  "author": "Collect Africa",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-replace": "^2.4.2",
    "@types/node": "^15.12.2",
    "@typescript-eslint/eslint-plugin": "^4.4.0",
    "@typescript-eslint/parser": "^4.4.0",
    "dotenv": "^10.0.0",
    "eslint": "^7.10.0",
    "eslint-config-prettier": "^6.12.0",
    "eslint-plugin-prettier": "^3.1.4",
    "prettier": "^2.1.2",
    "rollup": "^2.3.4",
    "rollup-plugin-terser": "^7.0.2",
    "ts-loader": "^8.0.4",
    "typescript": "^4.0.3"
  },
  "keywords": [
    "Collect",
    "CollectJs",
    "CollectAfricaJs",
    "Collectjs",
    "CollectAfricajs",
    "Collect-africa-js",
    "Collect-africa-npm",
    "npm-Collect-africa",
    "npm-Collect-africa",
    "Collect-africa-widget",
    "Collect-africa-widget-js"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,ts}": [
      "eslint --fix"
    ]
  },
  "dependencies": {
    "express": "^4.17.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://temitopeadesoji@github.com/Collect-Africa/collect-africa-js.git"
  },
  "bugs": {
    "url": "https://github.com/Collect-Africa/collect-africa-js/issues"
  },
  "homepage": "https://github.com/Collect-Africa/collect-africa-js#readme"
}
