{
    "name": "flo-draw",
    "sideEffects": false,
    "description": "SVG draw functions used in debugging.",
    "version": "2.0.4",
    "author": {
        "name": "Floris Steenkamp"
    },
    "private": false,
    "license": "MIT",
    "type": "module",
    "main": "./node/index.js",
    "exports": "./node/index.js",
    "engines": {
        "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/FlorisSteenkamp/FloDraw.git"
    },
    "devDependencies": {
        "@types/node": "^20.9.1",
        "@typescript-eslint/eslint-plugin": "^6.11.0",
        "@typescript-eslint/parser": "^6.11.0",
        "circular-dependency-plugin": "^5.2.2",
        "eslint": "^8.54.0",
        "eslint-plugin-tree-shaking": "^1.10.1",
        "resolve-typescript-plugin": "^2.0.1",
        "rimraf": "^5.0.5",
        "source-map-support": "^0.5.21",
        "ts-loader": "^9.5.1",
        "ts-node": "^10.9.1",
        "typescript": "^5.2.2",
        "webpack": "^5.89.0",
        "webpack-cli": "^5.1.4"
    },
    "scripts": {
        "build": "npm run build-browser && npm run build-node",
        "build-node": "rimraf node && tsc",
        "build-browser": "rimraf browser && webpack"
    }
}
