{
  "name": "@rekajs/core",
  "version": "0.1.31",
  "description": "State management system for building no-code page editors",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./lib/index.d.ts",
  "keywords": [],
  "author": "Prev Wong",
  "license": "MIT",
  "devDependencies": {
    "@rekajs/types": "0.1.24",
    "@rekajs/parser": "0.1.19"
  },
  "peerDependencies": {
    "@rekajs/types": ">=0.1.0"
  },
  "dependencies": {
    "@rekajs/utils": "^0.1.3",
    "mobx": "^6.3.13",
    "mobx-utils": "^6.0.6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prevwong/reka.js/"
  },
  "funding": "https://github.com/sponsors/prevwong",
  "scripts": {
    "build:types": "tsc -p .",
    "dev": "../../scripts/build.sh -w",
    "build": "cross-env NODE_ENV=production ../../scripts/build.sh"
  }
}