{
  "name": "vite-vanilla-ts-module",
  "version": "1.3.5",
  "description": "",
  "license": "MIT",
  "contributors": [
    {
      "name": "Brian Ng",
      "email": "brianngchongeu@gmail.com",
      "url": "https://github.com/brifiction"
    }
  ],
  "exports": {
    ".": {
      "import": "./dist/main.es.js",
      "require": "./dist/main.cjs.js"
    }
  },
  "keywords": [
    "vite",
    "vanilla-ts",
    "template",
    "boilerplate",
    "node",
    "module",
    "library"
  ],
  "main": "./dist/main.cjs.js",
  "module": "./dist/main.es.js",
  "typings": "./dist/main.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "docs": "yarn typedoc",
    "build": "tsc && vite build && typedoc",
    "build:watch": "tsc && vite build --watch && typedoc",
    "dev": "vite && typedoc",
    "prepare": "husky install",
    "prettier": "prettier --write .",
    "preview": "vite preview",
    "test:coverage": "vitest run --coverage",
    "test:run": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@microsoft/tsdoc": "^0.14.1",
    "luxon": "^2.4.0",
    "picocolors": "^1.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.2.1",
    "@types/luxon": "^2.3.2",
    "@types/node": "^17.0.35",
    "c8": "^7.11.3",
    "husky": "^7.0.0",
    "prettier": "2.6.2",
    "rollup-plugin-typescript-paths": "^1.3.0",
    "rollup-plugin-visualizer": "^5.6.0",
    "tslib": "^2.4.0",
    "typedoc": "^0.22.17",
    "typescript": "^4.7.2",
    "vite": "^2.9.9",
    "vite-plugin-progress": "^0.0.2",
    "vitest": "^0.13.0"
  }
}
