{
  "name": "@diez/framework-core",
  "main": "lib/index.js",
  "version": "10.6.0",
  "description": "Core utilities for the Diez framework.",
  "author": "The Haiku Team <contact@haiku.ai>",
  "license": "SEE LICENSE.md",
  "typings": "types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/diez/diez.git"
  },
  "homepage": "https://diez.org",
  "scripts": {
    "compile": "tsc",
    "watch": "tsc --watch",
    "test": "jest",
    "health": "jest --ci -c jest.ci.js && tslint -p . -t checkstyle -o checkstyle-result.xml",
    "lint": "tslint -p . -t stylish",
    "fix": "tslint -p . -t stylish --fix"
  },
  "devDependencies": {
    "@diez/test-utils": "^10.6.0",
    "@types/jest": "^24.0.11",
    "istanbul-reporter-cobertura-haiku": "^1.0.4",
    "jest": "^24.7.1",
    "jest-tap-reporter": "^1.9.0",
    "ts-jest": "^24.1.0",
    "tslint": "^5.15.0",
    "tslint-config-haiku": "^1.0.21",
    "typescript": "^3.7.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "6f2548c601b576f7a553d2717c1ed67c2aa880af"
}
