{
  "name": "constante",
  "type": "module",
  "version": "0.1.0",
  "description": "🧩 Your versatile constant value collection for JavaScript and TypeScript.",
  "author": "Jalal Azimi <jalalazimi@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/jalalazimi/constante#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jalalazimi/constante.git"
  },
  "bugs": "https://github.com/jalalazimi/constante/issues",
  "keywords": [
    "enums",
    "constants",
    "enumerations",
    "javascript",
    "typescript",
    "colors",
    "positions",
    "dates",
    "continents",
    "languages",
    "currencies",
    "programming-languages",
    "country-flags",
    "web-namespaces",
    "html-tags",
    "svg-tags",
    "mathml-tags",
    "aria-attributes",
    "javascript-types",
    "http-status-codes",
    "code-simplification"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "prepublishOnly": "nr build",
    "release": "bumpp && npm publish",
    "start": "esno src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "prepare": "simple-git-hooks"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.6.2",
    "@antfu/ni": "^0.21.12",
    "@antfu/utils": "^0.7.7",
    "@types/node": "^20.10.7",
    "bumpp": "^9.2.1",
    "eslint": "^8.56.0",
    "esno": "^4.0.0",
    "lint-staged": "^15.2.0",
    "rimraf": "^5.0.5",
    "simple-git-hooks": "^2.9.0",
    "typescript": "^5.3.3",
    "unbuild": "^2.0.0",
    "vite": "^5.0.11",
    "vitest": "^1.1.3"
  },
  "simple-git-hooks": {
    "pre-commit": "yarn lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  },
  "volta": {
    "node": "20.10.0",
    "yarn": "4.0.0"
  }
}
