{
  "name": "kalibri",
  "version": "2.0.26",
  "description": "http service",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/grizzzly/kalibri.git"
  },
  "author": "Mark Vincha",
  "license": "MIT",
  "keywords": [
    "http",
    "xhr",
    "ajax",
    "promise",
    "xmlHttpRequest",
    "service"
  ],
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "start": "concurrently \"yarn start:client\" \"yarn start:server\"",
    "start:clientssr": "cd ./examples/examplessr && yarn dev",
    "start:clientspa": "cd ./examples/examplespa && yarn dev",
    "start:server": "nodemon --watch ./src/server ./src/server/index.ts",
    "watch": "nodemon --watch ./src/kalibri --ext js,ts --delay 3 --exec \"yarn build\"",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "test": "jest --config jestconfig.json --detectOpenHandles",
    "prepare": "npm run lint && npm run format && npm run build"
  },
  "devDependencies": {
    "@material-ui/core": "^4.11.0",
    "@material-ui/icons": "^4.9.1",
    "@types/cors": "^2.8.8",
    "@types/express": "^4.17.8",
    "@types/jest": "^26.0.15",
    "@types/material-ui": "^0.21.8",
    "@types/multer": "^1.4.5",
    "@types/node": "^14.14.6",
    "@types/react": "^16.9.56",
    "@types/react-dom": "^16.9.9",
    "@types/styled-components": "^5.1.4",
    "body-parser": "^1.19.0",
    "concurrently": "^5.3.0",
    "cors": "^2.8.5",
    "cross-env": "^7.0.2",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "jest": "^26.6.1",
    "multer": "^1.4.2",
    "nodemon": "^2.0.6",
    "npm-auto-version": "^1.0.0",
    "parcel-bundler": "^1.12.4",
    "prettier": "^2.1.2",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "regenerator-runtime": "^0.13.9",
    "styled-components": "^5.2.1",
    "ts-jest": "^26.4.2",
    "ts-node": "^9.0.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.0.3"
  },
  "bugs": {
    "url": "https://gitlab.com/grizzzly/kalibri/issues"
  },
  "homepage": "https://gitlab.com/grizzzly/kalibri#readme",
  "browserslist": [
    "last 2 Chrome versions"
  ],
  "browser": {
    "./lib/kalibri/adapters/_server.adapter": "./lib/kalibri/adapters/_client.adapter"
  }
}
