{
  "name": "makasi-core",
  "version": "0.0.46",
  "description": "",
  "source": "src/index.tsx",
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "exports": {
    ".": "./dist"
  },
  "engines": {
    "node": ">=10"
  },
  "peerDependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "scripts": {
    "start": "microbundle-crl watch --css-modules false --no-compress --format modern,cjs",
    "build": "microbundle-crl --css-modules false --no-compress --format modern,cjs",
    "clean": "echo TODO",
    "prepublishOnly": "npm run build",
    "postpublish": "echo TODO"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/draft-js": "^0.11.7",
    "@types/node": "^16.11.11",
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "@types/uniqid": "^5.3.1",
    "draft-js": "^0.11.7",
    "microbundle-crl": "^0.13.11",
    "node-sass": "^6.0.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.5.2",
    "uniqid": "^5.4.0"
  }
}
