{
  "name": "@dev.hiconic/gm_hc-js-base",
  "version": "2.0.1",
  "description": "Exposes core namespaces - T for model types and hc for the exposed API",
  "main": "dist/hc-js-base.js",
  "types": "dist/hc-js-base.d.ts",
  "files": [
    "dist/**/*"
  ],
  "type": "module",
  "keywords": [
    "hiconic", "modeling", "model-driven"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hiconic-os/com.braintribe.gm.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
  },
  "author": "dev.hiconic",
  "license": "Apache-2.0"
}

