{
  "name": "apibuilder-js",
  "version": "0.0.17",
  "description": "A reference implementation of API Builder for JavaScript",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --project ./tsconfig.build.json",
    "clean": "rm -rf dist",
    "coverage": "jest --coverage",
    "lint": "eslint . --ext .js,.ts --quiet",
    "prepublishOnly": "run-s clean build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apicollective/apibuilder-js.git"
  },
  "keywords": [
    "node",
    "apibuilder",
    "referene"
  ],
  "author": "Flow Commerce",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apicollective/apibuilder-js/issues"
  },
  "homepage": "https://github.com/apicollective/apibuilder-js#readme",
  "dependencies": {
    "invariant": "^2.2.4",
    "lodash": "^4.17.15",
    "pluralize": "^8.0.0"
  },
  "devDependencies": {
    "@types/faker": "^4.1.9",
    "@types/invariant": "^2.2.31",
    "@types/istanbul-lib-report": "^3.0.0",
    "@types/jest": "^27.0.2",
    "@types/lodash": "^4.14.149",
    "@types/node": "^10.14.19",
    "@types/pluralize": "0.0.29",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-airbnb-typescript": "^14.0.0",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-jest": "^24.5.2",
    "faker": "^4.1.0",
    "jest": "^27.3.1",
    "npm-run-all": "^4.1.5",
    "ts-jest": "^27.0.7",
    "typescript": "^4.4.3"
  }
}
