{
    "version": "0.0.1",
    "name": "starburst-mono",
    "description": "",
    "main": "index.js",
    "scripts": {
        "bootstrap": "lerna bootstrap && lerna link",
        "postinstall": "npm run bootstrap",
        "check": "npm run lint && npm run tsc",
        "lint": "npm run eslint && npm run prettier -- --check",
        "lint:fix": "npm run eslint -- --fix && npm run prettier -- --write",
        "test": "npm run lint && npm run tsc && lerna run test && npm run jest",
        "jest": "jest",
        "tsc": "tsc --noEmit",
        "prettier": "prettier 'packages/**/*.{ts,tsx}'",
        "build": "lerna run build",
        "eslint": "eslint 'packages/**/*.{ts,tsx}'",
        "version:patch": "lerna version patch --conventional-commits",
        "version:prepatch": "lerna version prepatch --conventional-commits",
        "version:minor": "lerna version minor --conventional-commits",
        "prepublishOnly": "npm run check"
    },
    "sideEffects": false,
    "keywords": [],
    "author": "",
    "license": "ISC",
    "dependencies": {
        "@apollo/react-hooks": "^3.1.3",
        "@apollo/react-ssr": "^3.1.4",
        "@types/debug": "^4.1.5",
        "@types/history": "4.7.5",
        "@types/node": "13.9.5",
        "@types/react": "^16.9.26",
        "@types/react-dom": "^16.9.5",
        "@types/webpack": "4.41.10",
        "@types/webpack-dev-server": "3.10.1",
        "@typescript-eslint/eslint-plugin": "2.25.0",
        "@typescript-eslint/parser": "2.25.0",
        "apollo-cache-inmemory": "^1.6.5",
        "apollo-client": "^2.6.8",
        "apollo-link": "^1.2.13",
        "apollo-link-http": "^1.5.16",
        "concurrently": "5.1.0",
        "debug": "^4.1.1",
        "eslint": "6.8.0",
        "eslint-plugin-import": "2.20.2",
        "eslint-plugin-react": "7.19.0",
        "eslint-plugin-react-hooks": "2.3.0",
        "graphql": "^14.6.0",
        "graphql-tag": "^2.10.3",
        "history": "4.10.1",
        "lerna": "^3.20.2",
        "nodemon": "2.0.2",
        "path-to-regexp": "6.1.0",
        "preact": "10.3.4",
        "prettier": "2.0.2",
        "react": "^16.13.1",
        "react-dom": "^16.13.1",
        "rxjs": "6.5.4",
        "typescript": "3.8.3"
    },
    "devDependencies": {
        "@types/jest": "25.2.1",
        "jest": "25.2.7",
        "ts-jest": "25.3.1",
        "glob": "latest"
    }
}
