{
    "name": "@theledger/couchdb-query-engine",
    "version": "2.4.4",
    "description": "Evaluate and filters criteria queries on JSON objects MongoDB style",
    "main": "./lib/index.js",
    "types": "./lib/index.d.ts",
    "scripts": {
        "clean": "rimraf lib",
        "test": "npm run cover",
        "test:prod": "cross-env BABEL_ENV=production npm run test",
        "test:only": "mocha --require babel-core/register --require babel-polyfill --recursive",
        "test:watch": "npm test -- --watch",
        "cover": "istanbul cover _mocha -- --require babel-core/register --require babel-polyfill --recursive",
        "lint": "eslint src test",
        "lint:fix": "eslint src test --fix",
        "build": "cross-env BABEL_ENV=production babel src --out-dir lib",
        "copy:types": "cp ./src/index.d.ts ./lib",
        "prepublish": "npm run clean && npm run test && npm run build && npm run copy:types"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/wearetheledger/node-couchdb-query-engine.git"
    },
    "keywords": [
        "couchdb",
        "query",
        "json",
        "filter",
        "find",
        "mongo"
    ],
    "author": "TheLedger <https://github.com/wearetheledger>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/wearetheledger/node-couchdb-query-engine/issues"
    },
    "files": [
        "lib",
        "src"
    ],
    "homepage": "https://github.com/wearetheledger/node-couchdb-query-engine#readme",
    "dependencies": {
        "babel-runtime": "^6.26.0"
    },
    "devDependencies": {
        "babel-cli": "^6.26.0",
        "babel-eslint": "^8.2.1",
        "babel-plugin-add-module-exports": "^0.2.1",
        "babel-plugin-transform-runtime": "^6.23.0",
        "babel-polyfill": "^6.26.0",
        "babel-preset-env": "^1.6.1",
        "babel-preset-minify": "^0.3.0",
        "chai": "^4.1.2",
        "cross-env": "^5.1.3",
        "eslint": "^4.16.0",
        "eslint-config-airbnb": "^16.1.0",
        "eslint-plugin-import": "^2.7.0",
        "eslint-plugin-jsx-a11y": "^6.0.2",
        "eslint-plugin-react": "^7.4.0",
        "istanbul": "^1.0.0-alpha",
        "mocha": "^5.0.0",
        "rimraf": "^2.6.2"
    }
}
