{
    "version": "2.0.0",
    "license": "MIT",
    "main": "dist/index.js",
    "typings": "dist/index.d.ts",
    "files": [
        "dist",
        "src"
    ],
    "engines": {
        "node": ">=12"
    },
    "scripts": {
        "start": "tsdx watch",
        "build": "tsdx build",
        "test": "tsdx test --passWithNoTests",
        "test:watch": "tsdx test --watch",
        "lint": "tsdx lint src",
        "prepare": "tsdx build"
    },
    "peerDependencies": {
        "react": ">=17",
        "redux": "^4.2.0",
        "redux-saga": "^1.2.1",
        "redux-thunk": "^2.4.2"
    },
    "husky": {
        "hooks": {
            "pre-commit": "tsdx lint"
        }
    },
    "prettier": {
        "trailingComma": "all",
        "printWidth": 80,
        "tabWidth": 4,
        "useTabs": false,
        "semi": true,
        "singleQuote": false,
        "bracketSpacing": true,
        "jsxBracketSameLine": false,
        "arrowParens": "always",
        "requirePragma": false,
        "insertPragma": false,
        "proseWrap": "always"
    },
    "name": "@bornfight/aardvark",
    "repository": {
        "url": "https://github.com/bornfight/aardvark/",
        "type": "git"
    },
    "author": "Bornfight",
    "private": false,
    "publishConfig": {
        "registry": "https://registry.npmjs.org"
    },
    "module": "dist/aardvark.esm.js",
    "devDependencies": {
        "@testing-library/react-hooks": "^3.4.1",
        "@types/lodash": "^4.14.152",
        "@types/react": "^17.0.2",
        "@types/react-dom": "^17.0.2",
        "@types/react-redux": "^7.1.9",
        "@types/redux-mock-store": "^1.0.2",
        "@types/uuid": "^8.0.0",
        "axios-mock-adapter": "^1.18.2",
        "husky": "^4.2.5",
        "jest-mock-axios": "^3.0.0",
        "react": "^17.0.2",
        "react-dom": "^17.0.2",
        "react-test-renderer": "^17.0.2",
        "redux": "^4.2.0",
        "redux-mock-store": "^1.5.4",
        "redux-saga": "^1.2.1",
        "redux-thunk": "^2.4.2",
        "reselect": "^4.0.0",
        "ts-json-api": "^1.0.0",
        "tsdx": "^0.13.2",
        "tslib": "^2.0.0",
        "typescript": "^3.9.2"
    },
    "dependencies": {
        "autobind-decorator": "^2.4.0",
        "axios": "^0.21.1",
        "json-api-normalizer": "^0.4.16",
        "jsona": "1.5.1",
        "lodash": "^4.17.15",
        "lodash-es": "^4.17.15",
        "re-reselect": "^4.0.0",
        "react-redux": "^8.0.5",
        "uuid": "^8.0.0"
    }
}
