{
  "name": "mobiletto-orm",
  "version": "2.2.36",
  "type": "module",
  "description": "mobiletto object-relational-mapper (ORM)",
  "keywords": [
    "storage",
    "s3",
    "b2",
    "simple",
    "filesystem",
    "orm",
    "tool",
    "mobiletto",
    "mobiletto-cli"
  ],
  "homepage": "https://github.com/cobbzilla/mobiletto-orm",
  "author": "Jonathan Cobb <udo9jqld@duck.com> (https://github.com/cobbzilla)",
  "funding": {
    "type": "patreon",
    "url": "https://www.patreon.com/cobbzilla"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cobbzilla/mobiletto-orm.git"
  },
  "license": "Apache-2.0",
  "scripts": {
    "test": "mocha ./test/*.spec.js",
    "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "lint": "npx eslint src test",
    "lint:fix": "npm run lint -- --fix",
    "prettier": "npx prettier src test --check",
    "prettier:fix": "npm run prettier -- --write"
  },
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "files": [
    "lib/"
  ],
  "devDependencies": {
    "@types/chai": "^4.3.5",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.3.3",
    "@types/shasum": "^1.0.0",
    "@typescript-eslint/eslint-plugin": "^5.61.0",
    "@typescript-eslint/parser": "^5.61.0",
    "chai": "^4.3.6",
    "eslint": "^8.44.0",
    "eslint-config-prettier": "^8.8.0",
    "fake-indexeddb": "^4.0.1",
    "mobiletto-base": "^2.1.1",
    "mobiletto-driver-indexeddb": "^2.0.20",
    "mobiletto-driver-local": "^2.0.14",
    "mobiletto-orm-typedef": "^2.4.5",
    "mocha": "^10.2.0",
    "prettier": "^2.8.8",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.1.6"
  }
}
