@astrodraw/astrochart
Version:
A free and open-source JavaScript library for generating SVG charts to display planets in astrology.
44 lines (43 loc) • 1.22 kB
JSON
{
"name": "@astrodraw/astrochart",
"version": "3.0.2",
"description": "A free and open-source JavaScript library for generating SVG charts to display planets in astrology.",
"keywords": [
"astrology",
"chart",
"horoscope",
"zodiac",
"ephemetis"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AstroDraw/AstroChart.git"
},
"main": "./dist/astrochart.js",
"types": "./dist/project/src/index.d.ts",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"build": "webpack",
"build:w": "webpack --watch",
"lint": "eslint --ignore-path .eslintignore --ext .ts ."
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"jest": "^27.5.1",
"terser-webpack-plugin": "^5.3.1",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"typescript": "^4.9.5",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}