{
  "name": "@khanacademy/perseus-core",
  "description": "Shared Perseus infrastructure",
  "author": "Khan Academy",
  "license": "MIT",
  "version": "39.2.1",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Khan/perseus.git",
    "directory": "packages/perseus-core"
  },
  "bugs": {
    "url": "https://github.com/Khan/perseus/issues"
  },
  "module": "dist/es/index.js",
  "main": "dist/index.js",
  "source": "src/index.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "source": "./src/index.ts",
      "import": "./dist/es/index.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "tiny-invariant": "1.3.1",
    "@khanacademy/kas": "2.2.6",
    "@khanacademy/perseus-utils": "2.1.5",
    "@khanacademy/pure-markdown": "2.3.2"
  },
  "devDependencies": {
    "@khanacademy/wonder-stuff-core": "3.0.0",
    "underscore": "1.4.4",
    "perseus-build-settings": "0.9.1"
  },
  "peerDependencies": {
    "@khanacademy/wonder-stuff-core": "^3.0.0",
    "underscore": "^1.4.4"
  },
  "keywords": [],
  "khan": {
    "catalogHash": "5518368c71607fcf"
  },
  "scripts": {}
}