{
  "name": "@neodx/vite-plugin-library",
  "version": "0.0.6",
  "description": "No description",
  "type": "module",
  "source": "src/index.ts",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.mjs",
  "sideEffects": false,
  "files": [
    "dist",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "autobuild",
    "test": "vitest",
    "lint": "eslint src"
  },
  "dependencies": {
    "@neodx/fs": "*",
    "@neodx/std": "*",
    "@neodx/vfs": "*",
    "picocolors": "1.0.0",
    "pkg-types": "1.0.2"
  },
  "devDependencies": {
    "@neodx/autobuild": "*"
  },
  "peerDependencies": {
    "vite": "4"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs"
    }
  }
}
