{
  "name": "shape-svg",
  "version": "0.4.0",
  "description": "Make svg polygon & star shape",
  "main": "dist/shape-svg.cjs.js",
  "module": "dist/shape-svg.esm.js",
  "sideEffects": false,
  "types": "declaration/index.d.ts",
  "keywords": [
    "shape",
    "svg",
    "triangle",
    "js",
    "tri",
    "poly",
    "polygon",
    "star"
  ],
  "files": [
    "./*",
    "dist/*",
    "declaration/*"
],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "rollup -c rollup.config.dev.js -w",
    "build": "npm run build:rollup && npm run declaration",
    "declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
    "build:rollup": "rollup -c",
    "release": "npm run build && release --dirs examples,dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/daybrush/shape-svg"
  },
  "author": "Daybrush",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/daybrush/shape-svg/issues"
  },
  "homepage": "https://github.com/daybrush/shape-svg#readme",
  "devDependencies": {
    "@daybrush/builder": "^0.2.0",
    "@daybrush/jsdoc": "^0.3.3",
    "@daybrush/release": "0.0.6",
    "gh-pages": "^2.0.1",
    "string-replace": "^0.2.0",
    "tslint": "^5.11.0",
    "typescript": "^4.5.0 <4.6.0"
  },
  "dependencies": {
    "@daybrush/utils": "^1.10.2",
    "tslib": "^2.4.1"
  }
}
