{
  "name": "svg-dom-arrows",
  "version": "2.3.0",
  "description": "Draw an SVG arrow between two DOM elements",
  "keywords": [
    "arrow",
    "arrows",
    "svg",
    "DOM"
  ],
  "main": "dist/main.js",
  "types": "dist/types/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "start": "webpack serve --mode development --port 3000",
    "clean": "rimraf dist",
    "build:types": "tsc --build ./tsconfig.build.json",
    "build:prod": "webpack --mode production",
    "build": "npm run clean && npm run build:types && npm run build:prod",
    "lint": "eslint src/*.ts --fix",
    "test": "npx playwright test",
    "test-unit": "jest --watchAll=false"
  },
  "author": "Tarek Jellali",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tarkant/svg-dom-arrows/issues"
  },
  "homepage": "https://github.com/tarkant/svg-dom-arrows#readme",
  "devDependencies": {
    "@playwright/test": "^1.31.1",
    "@swc/core": "^1.3.106",
    "@types/expect-puppeteer": "^4.4.7",
    "@types/jest": "^29.5.11",
    "@types/puppeteer": "^5.4.4",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/eslint-plugin-tslint": "^4.18.0",
    "@typescript-eslint/parser": "^4.33.0",
    "concurrently": "^8.0.1",
    "copy-webpack-plugin": "^8.0.0",
    "css-loader": "^5.1.3",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.8.0",
    "html-webpack-plugin": "^5.3.1",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1",
    "sass": "^1.32.8",
    "sass-loader": "^11.0.1",
    "style-loader": "^2.0.0",
    "ts-jest": "^29.1.2",
    "ts-loader": "^8.0.18",
    "typescript": "^4.9.5",
    "url-loader": "^4.1.1",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.7.1"
  }
}
