{
  "name": "@slate-collaborate/slate-ot-type",
  "version": "0.0.15",
  "main": "dist/cjs/index.js",
  "types": "dist/cjs/index.d.ts",
  "main:src": "src/index.ts",
  "module": "dist/esm/index.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json"
  },
  "devDependencies": {
    "@types/node": "^14.0.20",
    "@typescript-eslint/eslint-plugin": "^3.6.0",
    "@typescript-eslint/parser": "^3.6.0",
    "typescript": "~3.9.6"
  }
}
