{
  "name": "@pmndrs/uikit-lucide",
  "version": "1.0.64",
  "description": "lucide icons for vanilla uikit",
  "files": [
    "dist"
  ],
  "keywords": [
    "lucide",
    "uikit",
    "icons",
    "threejs",
    "r3f"
  ],
  "author": "Bela Bohlender",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://github.com/pmndrs/uikit",
  "repository": {
    "type": "git",
    "url": "https://github.com/pmndrs/uikit"
  },
  "type": "module",
  "main": "dist/index.js",
  "dependencies": {
    "@pmndrs/uikit": "^1.0.64"
  },
  "scripts": {
    "generate": "node --loader ts-node/esm ./generate.ts",
    "build": "tsc -p ./tsconfig.build.json"
  }
}