UNPKG

circular-natal-horoscope-js

Version:

By **horoscope**, we're talking about the astrological **birth charts**. **Not** horoscope readings or interpretations.

51 lines (50 loc) 1.29 kB
{ "name": "circular-natal-horoscope-js", "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/0xStarcat/CircularNatalHoroscopeJS.git" }, "scripts": { "test": "jest", "test:watch": "jest --watch", "build": "webpack --mode=production && tsc", "build:dev": "webpack", "build:demo": "webpack -c ./webpack-demo.config.js", "start:dev": "webpack -c ./webpack-demo.config.js --watch --mode=production" }, "keywords": [ "Astrology", "Horoscope", "Natal Chart" ], "author": "0xStarcat", "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" } }