{
  "name": "svg-line-animator",
  "version": "0.0.0",
  "author": "Yomotsu",
  "license": "MIT",
  "main": "dist/svg-line-animator.js",
  "jsnext:main": "dist/svg-line-animator.module.js",
  "module": "dist/svg-line-animator.module.js",
  "types": "dist/index.d.ts",
  "repository": "yomotsu/svg-line-animator",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.7.0",
    "@typescript-eslint/parser": "^4.7.0",
    "downlevel-dts": "^0.7.0",
    "eslint": "^7.13.0",
    "eslint-config-mdcs": "^5.0.0",
    "rollup": "^2.33.1",
    "rollup-plugin-typescript2": "^0.29.0",
    "terser": "^5.3.8",
    "typescript": "^4.0.5"
  },
  "scripts": {
    "dev": "rollup --config --watch",
    "build": "rollup --config && terser dist/svg-line-animator.js -o dist/svg-line-animator.min.js --comments '/^!/' && downlevel-dts . .",
    "lint": "eslint src --ext ts"
  },
  "browserslist": [
    "last 2 versions",
    "ie >= 11"
  ],
  "eslintConfig": {
    "root": true,
    "parser": "@typescript-eslint/parser",
    "extends": "mdcs",
    "plugins": [
      "@typescript-eslint"
    ],
    "rules": {
      "no-unused-vars": 0,
      "@typescript-eslint/no-unused-vars": 1,
      "indent": 0,
      "@typescript-eslint/indent": [
        "error",
        "tab",
        {
          "SwitchCase": 1,
          "flatTernaryExpressions": true
        }
      ],
      "no-multi-spaces": [
        0
      ],
      "key-spacing": [
        0
      ]
    }
  },
  "eslintIgnore": [
    "/dist/",
    "/node_modules/"
  ],
  "typesVersions": {
    "<=3.4.0-0": {
      "*": [
        "./"
      ]
    }
  },
  "keywords": [
    "svg"
  ]
}
