{
  "name": "@donkeyclip/motorcortex-svgdraw",
  "version": "1.2.0",
  "description": "Progressively render any svg path up to any percent of it",
  "main": "dist/motorcortex-svgdraw.cjs.js",
  "module": "dist/motorcortex-svgdraw.esm.js",
  "browser": "dist/motorcortex-svgdraw.umd.js",
  "author": "Donkeyclip (donkeyclip.com) <opensource@donkeyclip.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/donkeyclip/motorcortex-svgdraw"
  },
  "license": "MIT",
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "concurrently": "concurrently -c \"cyan.bold,magenta.bold\" --names \"JS,Styles\"",
    "lint:styles": "stylelint  --allow-empty-input \"src/**.css\" \"src/**/*.scss\" --config .stylelintrc.json",
    "lint:js": "eslint -c .eslintrc src/**/*.js",
    "lint": "npm run concurrently \"npm:lint:js\" \"npm:lint:styles\"",
    "lint:fix": "npm run concurrently  \"npm:lint:js -- --fix\" \"npm:lint:styles -- --fix\"",
    "build": "npm run build:lib && npm run build:demo",
    "build:lib": "rollup -c",
    "start": "npm run build:lib && concurrently -c \"cyan.bold,magenta.bold\" \"npm:build:lib -- -w\"  \"npm:start:demo\" ",
    "start:demo": "webpack serve --config ./demo/webpack.config.js --mode=development --progress ",
    "build:demo": "webpack --mode=production --config ./demo/webpack.config.js",
    "test": "HERE GOES YOUR TEST TASK",
    "test:prod": "npm run lint",
    "prepare": "husky install"
  },
  "keywords": [
    "motorcortex",
    "motorcortex-plugin",
    "svg"
  ],
  "lint-staged": {
    "*.{json,md,yml,yaml}": [
      "prettier --write"
    ],
    "*.css": [
      "prettier --write",
      "stylelint  \"src/**.css\" --config .stylelintrc.json --fix"
    ],
    "*.{js,jsx}": [
      "prettier --write",
      "eslint --fix"
    ]
  },
  "peerDependencies": {
    "@donkeyclip/motorcortex": ">= 8 < 10"
  },
  "devDependencies": {
    "@babel/cli": "7.17.10",
    "@babel/core": "7.17.10",
    "@babel/eslint-parser": "7.17.0",
    "@babel/plugin-syntax-jsx": "7.16.7",
    "@babel/plugin-transform-react-jsx": "7.17.3",
    "@babel/preset-env": "7.17.10",
    "@donkeyclip/motorcortex": "^9.1.3",
    "@donkeyclip/motorcortex-player": "^2.9.6",
    "@rollup/plugin-babel": "5.3.1",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-json": "4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "babel-loader": "8.2.5",
    "concurrently": "^7.1.0",
    "core-js": "^3.22.4",
    "css-loader": "6.7.1",
    "eslint": "^8.14.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-babel": "5.3.1",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "husky": "7.0.4",
    "prettier": "2.6.2",
    "rimraf": "3.0.2",
    "rollup": "^2.72.0",
    "rollup-plugin-terser": "7.0.2",
    "webpack": "5.72.0",
    "webpack-cli": "4.9.2",
    "webpack-dev-server": "^4.9.0"
  }
}
