{
  "name": "@risio/foundation",
  "version": "0.0.48",
  "description": "Foundation of the Risio Framework by Lifely",
  "author": "Bryan te Beek <bryantebeek@gmail.com>",
  "license": "MIT",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist/src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "build-watch": "tsc -w --preserveWatchOutput"
  },
  "dependencies": {
    "@types/jest": "^22.2.1",
    "@types/lodash": "^4.14.106",
    "@types/node": "^8.10.0",
    "inversify": "^4.11.1",
    "lodash": "^4.17.5",
    "reflect-metadata": "^0.1.12"
  },
  "devDependencies": {
    "typescript": "^2.9.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/risio/framework.git"
  },
  "gitHead": "33eff46aa0aae425b271179aa805d719d5c62d08"
}
