{
  "name": "@machinat/core",
  "version": "0.6.0",
  "description": "The sociable app framework",
  "author": "Patrick Liu <zeldalink0515@gmail.com>  (https://github.com/lrills)",
  "repository": {
    "type": "git",
    "url": "https://github.com/machinat/machinat.git",
    "directory": "packages/machinat"
  },
  "homepage": "https://github.com/machinat/machinat#readme",
  "bugs": "https://github.com/machinat/machinat/issues",
  "main": "lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./engine": "./lib/engine/index.js",
    "./queue": "./lib/queue/index.js",
    "./renderer": "./lib/renderer/index.js",
    "./service": "./lib/service/index.js",
    "./base/Bot": "./lib/base/Bot.js",
    "./base/IntentRecognizer": "./lib/base/IntentRecognizer.js",
    "./base/Marshaler": "./lib/base/Marshaler.js",
    "./base/ModuleUtilities": "./lib/base/ModuleUtilities.js",
    "./base/Profiler": "./lib/base/Profiler.js",
    "./base/StateController": "./lib/base/StateController.js",
    "./iterator": "./lib/iterator/index.js",
    "./utils": "./lib/utils/index.js"
  },
  "files": [
    "lib/*",
    "README.md",
    "polyfill-exports.js"
  ],
  "scripts": {
    "postinstall": "node ./polyfill-exports.js",
    "prepack": "make -f ../../package.mk prepack"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@machinat/ejson": "^0.1.0",
    "denque": "^1.4.1",
    "invariant": "^2.2.4",
    "thenifiedly": "^0.2.1",
    "warning": "^4.0.2"
  },
  "gitHead": "483adfbe27d68fdc5889f237885cd98ad3f37312"
}
