{
  "name": "tranel",
  "version": "0.3.0",
  "description": "Access cross-process API elegant and natural",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "tsc -w",
    "flint": "tslint --fix 'src/**/*.ts'",
    "prepublish": "tsc && npm t",
    "lint": "tslint ./src/**/*.ts",
    "t": "cross-env TS_NODE_FILES=true mocha -r ts-node/register src/test/*.ts",
    "test": "tsc && cross-env TS_NODE_FILES=true nyc mocha -r ts-node/register src/test/*.ts"
  },
  "author": "etoah",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/etoah/tranel.git"
  },
  "bugs": {
    "url": "https://github.com/etoah/tranel/issues"
  },
  "keywords": [],
  "dependencies": {
    "plugge": "^1.1.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@types/mocha": "^7.0.2",
    "@types/should": "^13.0.0",
    "concurrently": "^5.1.0",
    "cross-env": "^7.0.2",
    "husky": "^4.2.3",
    "lerna": "^3.20.2",
    "live-server": "^1.2.1",
    "mocha": "^7.1.0",
    "nyc": "^15.0.0",
    "should": "^13.2.3",
    "ts-node": "^8.6.2",
    "tslint": "^6.1.0",
    "typescript": "^3.8.3",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.11",
    "webpack-merge": "^4.2.2"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e",
      "pre-push": "npm run lint"
    }
  },
  "nyc": {
    "extension": [
      ".ts",
      ".tsx"
    ],
    "exclude": [
      "**/*.d.ts",
      "src/test/"
    ],
    "include": [
      "src"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "all": true
  },
  "gitHead": "70c27e09ce25284105094170ec625128befc9efd"
}
