{
  "name": "@fabrix/spool-cart-countries",
  "version": "1.6.0",
  "description": "Spool - Cart Countries (Shipping Zone and Taxes)",
  "homepage": "https://fabrix.app",
  "author": {
    "name": "scott-wyatt",
    "email": "scottwyatt86@gmail.com",
    "url": "https://cali-style.com"
  },
  "keywords": [
    "proxy engine",
    "proxy cart",
    "countries",
    "tax rates",
    "spool",
    "fabrix",
    "trailjs"
  ],
  "scripts": {
    "build": "npm run copy && tsc -p ./lib/tsconfig.release.json",
    "lint": "tslint -p ./lib",
    "watch": "tsc -w -p ./lib/tsconfig.release.json",
    "test": "npm run clean && npm run lint && npm run build && nyc mocha",
    "prepublishOnly": "npm run compile",
    "compile": "npm run clean && npm run build",
    "copy": "copyfiles -u 1 lib/countries/*.json dist",
    "clean": "rm -rf dist",
    "ci": "cd .. && ci"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "pre-commit": [
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabrix-app/spool-cart-countries.git"
  },
  "dependencies": {
    "lodash": "^4.17.10"
  },
  "devDependencies": {
    "@fabrix/fabrix": "^1.6.0",
    "@fabrix/lint": "^1.0.0-alpha.3",
    "@types/lodash": "^4.14.109",
    "@types/node": "~10.3.4",
    "copyfiles": "^2.1.0",
    "mocha": "^6",
    "nyc": "^14.1.1",
    "smokesignals": "^3",
    "tslib": "~1.9.0",
    "tslint": "~5.10.0",
    "tslint-microsoft-contrib": "~5.0.3",
    "tsutils": "~2.27.1",
    "typescript": "~2.8.1"
  },
  "peerDependencies": {
    "@fabrix/fabrix": "^1.5.3"
  },
  "license": "MIT"
}
