{
  "name": "@noya-app/noya-icons",
  "version": "0.1.21",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts --sourcemap",
    "dev": "npm run build -- --watch"
  },
  "dependencies": {
    "@radix-ui/react-icons": "^1.1.1"
  }
}