{
  "name": "@qni/common",
  "version": "0.0.87",
  "description": "Common library for @qni.",
  "author": "@yasuhito",
  "homepage": "https://github.com/qniapp/qni/tree/main/packages/common#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qniapp/qni.git"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "lint": "eslint . --ext .js,.ts",
    "typecheck": "tsc --noEmit",
    "build": "node build.js",
    "presize": "npm run build",
    "size": "size-limit",
    "test": "yarn jest --coverage",
    "test:ci": "npm test",
    "docs": "typedoc --excludeExternals --excludePrivate --excludeProtected"
  },
  "bugs": {
    "url": "https://github.com/qniapp/qni/issues"
  },
  "prettier": "@github/prettier-config",
  "dependencies": {
    "@types/eslint": "~8.21.0",
    "eslint": "~8.33",
    "fraction.js": "~4.2",
    "neverthrow": "^6.0.0",
    "pretty-format": "^29.4.2"
  },
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "jest": "^29.6.2",
    "npm-dts": "~1.3",
    "ts-jest": "^29.1.1"
  },
  "eslintIgnore": [
    "dist/",
    "docs/"
  ],
  "size-limit": [
    {
      "limit": "15 kB",
      "path": "dist/index.js"
    }
  ],
  "gitHead": "a4c22cdf0af1de6b35b9e34e89a463195140d6d3"
}
