{
  "name": "@wdaw/svg",
  "version": "0.2.1",
  "description": "svg tools for web audio workstation",
  "author": "David Nalchevanidze",
  "license": "MIT",
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "sideEffects": false,
  "files": [
    "src",
    "dist"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nalchevanidze/wdaw.git"
  },
  "bugs": {
    "url": "https://github.com/nalchevanidze/wdaw/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest"
  },
  "devDependencies": {
    "@types/jest": "^29.5.1",
    "@types/react": "^18.0.15",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "react": ">= 17.0.2"
  }
}
