{
  "name": "@firstclasspostcodes/svelte",
  "description": "Firstclasspostcodes component library for the Svelte framework",
  "homepage": "https://github.com/firstclasspostcodes/firstclasspostcodes-js-plugin",
  "author": "Firstclasspostcodes <support@firstclasspostcodes.com> (https://firstclasspostcodes.com/)",
  "keywords": [
    "svelte",
    "postcodes",
    "postcode lookup",
    "firstclasspostcodes",
    "api"
  ],
  "version": "2.3.1",
  "svelte": "lib/index.js",
  "module": "dist/index.mjs",
  "main": "dist/index.js",
  "browser": "dist/browser.js",
  "scripts": {
    "commit": "npx git-cz",
    "build": "parcel build lib/browser.js --target browser",
    "postbuild": "rollup -c",
    "lint": "eslint . --ext .js --ext .svelte --ignore-path .gitignore",
    "test": "NODE_ENV=test jest --coverage",
    "cypress": "cypress run --headless",
    "start": "parcel index.html",
    "postinstall": "cp .browserslistrc.svelte node_modules/svelte/.browserslistrc 2>/dev/null || :",
    "prepublishOnly": "mv README.md BROWSER.md && mv NPM.md README.md",
    "postpublish": "mv README.md NPM.md && mv BROWSER.md README.md"
  },
  "targets": {
    "browser": {
      "includeNodeModules": true,
      "engines": {
        "browsers": [
          "> 1%",
          "not dead"
        ]
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/firstclasspostcodes/firstclasspostcodes-js-plugin.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/firstclasspostcodes/firstclasspostcodes-js-plugin/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/preset-env": "^7.10.4",
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-angular": "^8.3.4",
    "@google/semantic-release-replace-plugin": "^1.0.0",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "@semantic-release/git": "^9.0.0",
    "@testing-library/jest-dom": "^5.11.1",
    "@testing-library/svelte": "^3.0.0",
    "babel-jest": "^25.3.0",
    "cypress": "^4.11.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-cypress": "^2.10.3",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-svelte3": "^2.7.3",
    "git-cz": "^4.3.1",
    "jest": "^26.1.0",
    "jest-axe": "^3.4.0",
    "parcel-bundler": "^1.12.4",
    "parcel-plugin-svelte": "^4.0.6",
    "rollup": "^2.23.0",
    "rollup-plugin-svelte": "^5.2.1",
    "svelte": "^3.24.0",
    "svelte-jester": "^1.0.5"
  },
  "dependencies": {}
}
