{
  "name": "miragejs",
  "version": "0.1.48",
  "description": "A client-side server to help you build, test and demo your JavaScript app",
  "main": "dist/mirage-cjs.js",
  "module": "dist/mirage-esm.js",
  "sideEffects": false,
  "types": "types/index.d.ts",
  "keywords": [
    "pretender",
    "prototype",
    "server",
    "testing"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/miragejs/miragejs.git"
  },
  "license": "MIT",
  "author": "Sam Selikoff",
  "homepage": "https://github.com/miragejs/miragejs",
  "bugs": {
    "url": "https://github.com/miragejs/miragejs/issues"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:ts": "dtslint types --expectOnly",
    "prettier:check": "prettier --list-different '**/*{.js,.ts}'",
    "prettier:update": "prettier --write .",
    "dev": "rollup -c -w",
    "build": "rollup -c",
    "prepublishOnly": "yarn run build",
    "test:run": "jest",
    "test": "run-s build test:run",
    "ci": "run-s lint lint:ts prettier:check test"
  },
  "dependencies": {
    "@miragejs/pretender-node-polyfill": "^0.1.0",
    "inflected": "^2.0.4",
    "lodash": "^4.0.0",
    "pretender": "^3.4.7"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.9.0",
    "babel-eslint": "^10.0.2",
    "babel-jest": "^27.2.4",
    "core-js": "^3",
    "dtslint": "^4.1.6",
    "eslint": "^7.4.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-import-resolver-node": "^0.3.2",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^24.0.2",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.2.4",
    "jest-extended": "^0.11.2",
    "npm-run-all": "^4.1.5",
    "prettier": "2.4.1",
    "rollup": "^2.3.2",
    "rollup-plugin-alias": "^2.0.1",
    "rollup-plugin-async": "^1.2.0",
    "@rollup/plugin-babel": "^5.2.2",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-multi-entry": "^2.1.0",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "tslint": "^6.1.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.4.3"
  },
  "engines": {
    "node": "6.* || 8.* || >= 10.*"
  },
  "resolutions": {
    "@definitelytyped/typescript-versions": "0.0.89"
  }
}
