{
  "name": "@specter/specter",
  "version": "0.7.4",
  "description": "> TODO: description",
  "author": "Yosuke Furukawa <yosuke.furukawa@gmail.com>",
  "homepage": "https://github.com/recruit-tech/specter#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "require": "./lib/index.js",
      "import": "./esm/index.js"
    },
    "./lib/*": {
      "require": "./lib/index.js",
      "import": "./esm/index.js"
    },
    "./browser": {
      "require": "./lib/browser/index.js",
      "import": "./esm/browser/index.js"
    }
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "esm"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/recruit-tech/specter.git"
  },
  "scripts": {
    "test": "jest",
    "prepublish": "npm run build",
    "prepublishOnly": "npm test",
    "build": "npm run build:esm && npm run build:cjs",
    "build:esm": "tsc -d -p ./tsconfig.json",
    "build:cjs": "tsc -d -p ./tsconfig.esm.json"
  },
  "bugs": {
    "url": "https://github.com/recruit-tech/specter/issues"
  },
  "dependencies": {
    "@types/express": "4.17.13",
    "tslib": "^2.0.0",
    "unfetch": "^4.1.0"
  },
  "devDependencies": {
    "body-parser": "1.19.0",
    "express": "4.17.1",
    "isomorphic-unfetch": "3.1.0",
    "jest": "27.3.1",
    "ts-jest": "27.0.7",
    "typescript": "4.4.4"
  },
  "gitHead": "435c978178b71f1cfada78559d78bc4394f757d8",
  "publishConfig": {
    "access": "public"
  }
}
