{
  "name": "@mlcc/core-interfaces",
  "description": "Interface types for essential MLC Core modules",
  "version": "0.0.1",
  "contributors": [
    "Luc Talarico <lta@laroue.org>"
  ],
  "license": "MIT",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublishOnly": "yarn build",
    "pretest": "bash ../../scripts/pre-test.sh",
    "compile": "../../node_modules/typescript/bin/tsc",
    "build": "yarn clean && yarn compile",
    "build:watch": "yarn clean && yarn compile -w",
    "clean": "del dist",
    "docs": "../../node_modules/typedoc/bin/typedoc src --out docs",
    "lint": "../../node_modules/tslint/bin/tslint -c ../../tslint.json 'src/**/*.ts' --fix",
    "updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
  },
  "dependencies": {
    "@mlcc/crypto": "^0.0.1",
    "awilix": "^4.0.1",
    "eventemitter3": "^3.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=10.x"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/laroue/core/packages/core-interfaces"
  },
  "keywords": [
    "core",
    "interfaces"
  ],
  "author": "Luc Talarico"
}
