{
  "name": "jsstore",
  "version": "4.9.0",
  "description": "Harness the power of JsStore to streamline database operations in your web applications. With its SQL-like API, JsStore simplifies IndexedDB interactions, enabling developers to easily query, filter, and manipulate data with familiar syntax and efficiency.",
  "main": "dist/npm.export.js",
  "types": "dist/ts/main/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "lint": "tslint src/**/*.ts",
    "test:dev": "npm run test:query:dev && npm run test:without_webworker",
    "test:prod": "npm run test:query:prod && npm run test:without_webworker:prod",
    "test:query:dev": "karma start test/karma/karma.config.dev.js",
    "test:query:prod": "karma start test/karma/karma.config.prod.js",
    "build:pack": "npm run deploy && npm pack",
    "build:test": "npm run webpack:dev && npm run test:query:dev",
    "build:test:prod": "npm run webpack:prod && npm run test:query:prod",
    "build:all": "npm run webpack:dev && npm run webpack:prod",
    "test:fire": "karma start test/karma/karma.config.firefox.js",
    "test:sauce": "npm run test:sauce:b2 ; npm run test:sauce:b1 ",
    "test:sauce:b1": "karma start test/karma/karma.config.saucelab.js --batch1",
    "test:sauce:b2": "karma start test/karma/karma.config.saucelab.js --batch2",
    "test:sauce:b3": "karma start test/karma/karma.config.saucelab.js --batch3",
    "build:ci": "npm run lint && npm run build:test:all",
    "webpack:dev": "cross-env NODE_ENV=development webpack --config webpack/webpack.dev.config.js",
    "webpack:prod": "cross-env NODE_ENV=production webpack --config webpack/webpack.prod.config.js",
    "move:deploy_file": "node deployer.js",
    "test:injector": "node test/injector/build.js",
    "test:without_webworker": "cd test && npm run test:without:webworker",
    "test:without_webworker:prod": "cd test && npm run test:without:webworker:prod",
    "test:all": "npm run test:dev && npm run test:prod",
    "build:test:all": "npm run build:all && npm run move:deploy_file && npm run install:lib && npm run test:all",
    "install:lib": "npm pack && cd test && npm run install:lib",
    "deploy": "npm run build:ci && npm run test:injector",
    "prepublishOnly": "npm run deploy"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ujjwalguptaofficial/JsStore.git"
  },
  "keywords": [
    "storage",
    "indexeddb",
    "indexeddb wrapper",
    "indexeddb sql",
    "indexeddb library",
    "wrapper",
    "javascript",
    "indexeddb framework"
  ],
  "author": "Ujjwal Gupta",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ujjwalguptaofficial/JsStore/issues"
  },
  "homepage": "https://github.com/ujjwalguptaofficial/JsStore#readme",
  "devDependencies": {
    "@types/node": "^10.12.18",
    "chai": "^4.2.0",
    "compression-webpack-plugin": "^10.0.0",
    "copy-webpack-plugin": "^6.1.1",
    "cross-env": "^7.0.3",
    "fs-extra": "^7.0.0",
    "karma": "^4.0.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-firefox-launcher": "^2.1.2",
    "karma-html-reporter": "^0.2.7",
    "karma-htmlfile-reporter": "^0.3.6",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sauce-launcher": "^1.2.0",
    "mocha": "^4.1.0",
    "puppeteer": "^1.20.0",
    "ts-loader": "^9.5.1",
    "tslint": "^6.1.3",
    "typescript": "^5.5.3",
    "webpack": "^5.92.1",
    "webpack-cli": "^4.10.0",
    "webpack-merge": "^5.8.0"
  },
  "displayName": "JsStore",
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/JsStore"
  }
}
