{
  "name": "@phantomcores/core-interfaces",
  "description": "Interface types for essential Phantom core modules",
  "version": "2.2.4",
  "contributors": [
    "François-Xavier Thoorens <fx@ark.io>",
    "Kristjan Košič <kristjan@ark.io>",
    "Brian Faust <brian@ark.io>",
    "Alex Barnsley <alex@ark.io>"
  ],
  "license": "MIT",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist"
  ],
  "scripts": {
    "publish:alpha": "npm publish --tag alpha",
    "publish:beta": "npm publish --tag beta",
    "publish:rc": "npm publish --tag rc",
    "publish:latest": "npm publish --tag latest",
    "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": {
    "@phantomcores/crypto": "^2.2.4",
    "awilix": "^4.2.0",
    "eventemitter3": "^3.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=10.x"
  },
  "gitHead": "0cbe3ecf204827cb764c5e30e3c09499f499d927"
}
