{
  "name": "@layerhub-io/core",
  "version": "0.3.3",
  "description": "",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "author": "Dany Boza",
  "license": "ISC",
  "devDependencies": {
    "@types/fabric": "^4.5.7",
    "@types/lodash": "^4.14.182",
    "fabric": "^5.2.1",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@layerhub-io/objects": "^0.2.0",
    "@layerhub-io/types": "^0.3.0",
    "fabric": "^5.2.1",
    "lodash": "^4.17.21",
    "nanoid": "^3.3.3",
    "resize-observer-polyfill": "^1.5.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "prepublish": "pnpm build"
  }
}