{
  "name": "simple-invariant",
  "version": "2.0.1",
  "description": "Super-simple invariant function",
  "main": "index.js",
  "files": [
    "lib/**/*.js"
  ],
  "author": {
    "name": "Overlook Motel"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/overlookmotel/simple-invariant.git"
  },
  "bugs": {
    "url": "https://github.com/overlookmotel/simple-invariant/issues"
  },
  "dependencies": {},
  "devDependencies": {
    "@overlookmotel/eslint-config": "^7.2.1",
    "@overlookmotel/eslint-config-jest": "^4.1.1",
    "@overlookmotel/eslint-config-node": "^2.1.2",
    "cross-env": "^7.0.3",
    "eslint": "^7.24.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^23.20.0",
    "eslint-plugin-node": "^11.1.0",
    "jest": "^26.6.3",
    "jest-extended": "^0.11.5"
  },
  "keywords": [
    "invariant"
  ],
  "scripts": {
    "test": "npm run lint && npm run test-main",
    "lint": "eslint '*.js' '.*.js' '**/*.js' '**/.*.js'",
    "lint-fix": "eslint '*.js' '.*.js' '**/*.js' '**/.*.js' --fix",
    "test-main": "jest",
    "cover": "npm run cover-main && rm -rf coverage",
    "cover-main": "cross-env COVERAGE=true jest --coverage"
  },
  "engines": {
    "node": ">=10"
  },
  "readmeFilename": "README.md",
  "license": "MIT"
}
