{
  "name": "create-project-state",
  "version": "0.0.2",
  "author": "arthuro555",
  "license": "MIT",
  "keywords": [
    "state",
    "editor",
    "management",
    "dispatch",
    "project",
    "react",
    "undo",
    "remote",
    "server"
  ],
  "bugs": {
    "url": "https://github.com/arthuro555/create-project-state/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arthuro555/create-project-state.git"
  },
  "homepage": "https://github.com/arthuro555/create-project-state#readme",
  "types": "./dist/index.d.ts",
  "source": "./src/index.ts",
  "exports": "./dist/index.modern.js",
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "scripts": {
    "build": "tsc && microbundle && cd react && yarn build"
  },
  "devDependencies": {
    "microbundle": "^0.13.3",
    "typescript": "^4.3.4"
  },
  "mangle": {
    "regex": "^_"
  }
}
