{
  "name": "better-sqlite3-schema",
  "version": "3.1.10",
  "description": "Migrate (nested and multi-dimensional) json data to/from sqlite database with better-sqlite3-helper",
  "keywords": [
    "helper",
    "schema",
    "migrate",
    "import",
    "export",
    "better-sqlite3-helper",
    "better-sqlite3",
    "sqlite3"
  ],
  "author": "Beeno Tung <aabbcc1241@yahoo.com.hk> (https://beeno-tung.surge.sh)",
  "license": "BSD-2-Clause",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "run-s format build mocha",
    "clean": "rimraf dist",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "build": "run-s clean tsc mk-package",
    "tsc": "tsc -p tsconfig.build.json",
    "tsc:watch": "tsc --noEmit --watch",
    "mk-package": "mk-package",
    "mocha": "ts-mocha test/*.spec.ts"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "@beenotung/better-sqlite3-helper": "^4.1.9",
    "better-sqlite3": "^12.6.2",
    "tslib": "^2.8.1"
  },
  "peerDependencies": {
    "@beenotung/better-sqlite3-helper": "^4.1.4",
    "@types/better-sqlite3": "^7.6.3",
    "@types/integer": "^4.0.1"
  },
  "peerDependenciesMeta": {
    "@beenotung/better-sqlite3-helper": {
      "optional": true
    },
    "@types/better-sqlite3": {
      "optional": true
    },
    "@types/integer": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beenotung/better-sqlite3-schema.git"
  },
  "bugs": {
    "url": "https://github.com/beenotung/better-sqlite3-schema/issues"
  },
  "homepage": "https://github.com/beenotung/better-sqlite3-schema#readme",
  "pnpm": {
    "onlyBuiltDependencies": [
      "better-sqlite3"
    ]
  }
}