{
  "name": "indexeddb-orm",
  "version": "4.0.0-alpha.3",
  "main": "./dist/index.js",
  "types": "./src/index.d.ts",
  "scripts": {
    "build": "rimraf dist && tsc -p tsconfig.build.json",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
    "watch": "rimraf dist && tsc -p tsconfig.build.json --watch",
    "prepublish": "npm run build"
  },
  "author": "Max Gaurav max.gaurav@ithands.net",
  "description": "A promise based ORM wrapper for indexedDB",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.31.1",
    "@typescript-eslint/parser": "^4.31.1",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "prettier": "^2.4.0",
    "typescript": "^4.4.3"
  },
  "files": [
    "/dist"
  ],
  "keywords": [
    "indexeddb",
    "indexed-db",
    "browser",
    "database"
  ],
  "bugs": {
    "url": "https://github.com/maxgaurav/indexeddb-orm/issues",
    "email": "max.gaurav@ithands.net"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/maxgaurav/indexeddb-orm.git"
  },
  "license": "MIT",
  "dependencies": {
    "rimraf": "^3.0.2"
  }
}
