{
  "name": "@abaplint/database-sqlite",
  "version": "2.13.40",
  "description": "Transpiler - SQLite driver",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "scripts": {
    "test": "tsc",
    "compile": "tsc",
    "publish:major": "npm --no-git-tag-version version major && rm -rf build && npm install && npm run test && npm publish --access public",
    "publish:minor": "npm --no-git-tag-version version minor && rm -rf build && npm install && npm run test && npm publish --access public",
    "publish:patch": "npm --no-git-tag-version version patch && rm -rf build && npm install && npm run test && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abaplint/transpiler.git"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "sql.js": "^1.11.0"
  },
  "devDependencies": {
    "@abaplint/runtime": "^2.13.38",
    "@types/node": "^22.18.1",
    "@types/sql.js": "^1.4.9",
    "typescript": "^6.0.3"
  }
}
