{
  "name": "circular-natal-horoscope-js-for-zh",
  "version": "1.1.0",
  "description": "",
  "main": "dist/index",
  "types": "dist/types/src/index",
  "module": "src/index.js",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Yves-Zhang/CircularNatalHoroscopeJS.git"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "build": "set NODE_OPTIONS=--openssl-legacy-provider && webpack --mode=production && tsc",
    "build:dev": "set NODE_OPTIONS=--openssl-legacy-provider && webpack",
    "build:demo": "set NODE_OPTIONS=--openssl-legacy-provider && webpack -c ./webpack-demo.config.js",
    "start:dev": "set NODE_OPTIONS=--openssl-legacy-provider && webpack -c ./webpack-demo.config.js --watch --mode=production"
  },
  "keywords": [
    "Astrology",
    "Horoscope",
    "Natal Chart"
  ],
  "author": "Yves-Zhang",
  "license": "Unlicense",
  "dependencies": {
    "moment": "^2.24.0",
    "moment-timezone": "^0.5.26",
    "tz-lookup": "^6.1.24"
  },
  "devDependencies": {
    "@babel/core": "^7.6.0",
    "@babel/preset-env": "^7.6.0",
    "babel-jest": "^24.9.0",
    "eslint": "^7.25.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.3.1",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^24.9.0",
    "typescript": "^4.2.3",
    "webpack": "^4.40.2",
    "webpack-cli": "^4.5.0"
  }
}