{
  "name": "@grandlinex/bundle-sqlight",
  "version": "1.0.3",
  "description": "",
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/mjs/index.d.ts",
        "default": "./dist/mjs/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    }
  },
  "types": "dist/cjs/index.d.ts",
  "main": "dist/cjs/index.js",
  "module": "dist/mjs/index.js",
  "scripts": {
    "buildprep": "npm run build-mjs && npm run build-cjs && npm run build-fix",
    "build-mjs": "tsc",
    "build-cjs": "tsc -p tsconfig-cjs.json",
    "build-fix": "node ./node_modules/@grandlinex/core/fix.js",
    "lint": "eslint src",
    "test": "jest --runInBand ",
    "run": "ts-node tests/run.ts",
    "pack": "eslint && npm run buildprep && npm pack",
    "test-converage": "jest --runInBand --ci --collectCoverage   --coverageDirectory=\"./coverage\"  --reporters=default --reporters=jest-junit",
    "doc-converage": "jest --runInBand --ci --collectCoverage   --coverageDirectory=\"./docs/coverage\"  --reporters=default --reporters=jest-junit",
    "makeDocs": "typedoc"
  },
  "keywords": [
    "typescript",
    "framework",
    "bundle",
    "grandlinex",
    "orm",
    "sqlite3",
    "sqlite"
  ],
  "author": {
    "name": "Elschnagoo"
  },
  "license": "BSD-3-Clause",
  "dependencies": {
    "@grandlinex/core": "1.0.1",
    "better-sqlite3": "11.9.1",
    "@types/better-sqlite3": "7.6.13"
  },
  "devDependencies": {
    "@types/jest": "29.5.12",
    "@types/node": "22.0.0",
    "@typescript-eslint/eslint-plugin": "7.18.0",
    "@typescript-eslint/parser": "7.18.0",
    "cross-env": "7.0.3",
    "eslint": "8.57.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-airbnb-typescript": "18.0.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-jest": "28.6.0",
    "eslint-plugin-jsx-a11y": "6.9.0",
    "eslint-plugin-prettier": "5.2.1",
    "jest": "29.7.0",
    "jest-junit": "16.0.0",
    "prettier": "3.3.3",
    "ts-jest": "29.1.5",
    "ts-loader": "9.5.1",
    "ts-node": "10.9.2",
    "typedoc": "0.26.5",
    "typescript": "5.5.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GrandlineX/bundle-sqlight"
  }
}
