{
  "name": "@d-matrix/icons-svg",
  "version": "0.39.0",
  "description": "Vanilla svg",
  "devDependencies": {
    "cnpm": "^9.4.0"
  },
  "scripts": {
    "pb": "dotenvx run -f ../../.env -- npm publish --access public",
    "wait3s": "node -e \"setTimeout(() => process.exit(0), 3000)\"",
    "cnpm:sync": "cnpm sync @d-matrix/icons-svg",
    "postpublish": "echo \"wait for 3 seconds, then sync cnpm\" && npm run wait3s && npm run cnpm:sync",
    "postversion": "npm run update:deps --workspace=@d-matrix/icons-react"
  },
  "files": [
    "public/**/*",
    "types.d.ts"
  ],
  "exports": {
    "./*": {
      "types": "./types.d.ts",
      "default": "./public/*"
    },
    "./package.json": "./package.json"
  },
  "types": "types.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrdulin/dm-icons.git"
  },
  "keywords": [
    "svg"
  ],
  "author": "mrdulin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mrdulin/dm-icons/issues"
  },
  "homepage": "https://github.com/mrdulin/dm-icons#readme"
}
