{
  "name": "@one/core",
  "version": "1.5.2",
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "typings": "lib/index.d.ts",
  "author": "Marcus S. Abildskov",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepublish": "yarn build",
    "build": "rollup -c node:@zerollup/rollup-preset-ts"
  },
  "license": "MIT",
  "dependencies": {
    "fast-safe-stringify": "^2.0.6",
    "inversify": "^4.13.0",
    "inversify-inject-decorators": "^3.1.0",
    "object-hash": "^1.3.0"
  },
  "peerDependencies": {
    "reflect-metadata": "*",
    "rxjs": "*"
  },
  "files": [
    "lib"
  ]
}
