{
  "name": "timezone-select-js",
  "version": "2.0.1",
  "description": "Timezone Select JS - Datasource from Wikipedia - no DateTime dependences",
  "main": "lib/index.js",
  "files": [
    "lib",
    "README.md"
  ],
  "scripts": {
    "clean": "rimraf lib",
    "update": "node crawler.js",
    "copy": "babel src -d lib --copy-files",
    "prepublish": "npm run clean && npm run copy",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vixnguyen/timezone-select.git"
  },
  "keywords": [
    "timezone",
    "list",
    "official",
    "lightweight",
    "up-to-date",
    "angular",
    "react",
    "javascript"
  ],
  "bugs": {
    "url": "https://github.com/vixnguyen/timezone-select/issues"
  },
  "homepage": "https://github.com/vixnguyen/timezone-select#readme",
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.0",
    "@babel/preset-env": "^7.11.0",
    "babel-loader": "^8.1.0",
    "babel-preset-minify": "^0.5.1",
    "crawler": "^1.3.0",
    "prettier": "^2.0.5"
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "es5",
    "semi": false,
    "jsxSingleQuote": true,
    "arrowParens": "avoid"
  },
  "author": "Vix Nguyen <vinguyen.fitsgu@gmail.com>",
  "license": "ISC"
}
