{
  "name": "@lona/svg-model",
  "version": "3.0.0-alpha.11",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "bin": "./dist/bin.cjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "convert": "ts-node ./src/bin.ts",
    "test": "jest",
    "test:watch": "jest --watch",
    "build": "npm run build:tsup",
    "build:tsup": "tsup",
    "build:tsup:watch": "tsup --watch",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "csscolorparser-ts": "^1.1.1",
    "element-to-path": "^1.2.0",
    "lodash.camelcase": "^4.3.0",
    "lodash.upperfirst": "^4.3.1",
    "svg-transform-parser": "^0.0.1",
    "svgo": "^1.3.2",
    "svgpath": "^2.2.3",
    "svgson": "^4.0.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "@types/lodash.camelcase": "^4.3.6",
    "@types/lodash.upperfirst": "^4.3.6",
    "@types/node": "^13.13.1",
    "@types/svgo": "^1.3.2",
    "jest": "^27.0.6",
    "ts-jest": "^27.0.3",
    "ts-node": "^10.1.0",
    "tsup": "6.6.2",
    "typescript": "^4.3.5"
  }
}
