{
  "name": "@effection/main",
  "version": "2.1.2",
  "description": "Main entry point for Effection applications",
  "main": "dist-cjs/node.js",
  "module": "dist-esm/node.js",
  "browser": "dist-cjs/browser.js",
  "typeDocEntry": "src/node.ts",
  "sideEffects": false,
  "homepage": "https://frontside.com/effection",
  "repository": {
    "type": "git",
    "url": "https://github.com/thefrontside/effection.git",
    "directory": "packages/main"
  },
  "author": "Frontside Engineering <engineering@frontside.com>",
  "license": "MIT",
  "files": [
    "README.md",
    "CHANGELOG.md",
    "dist-*/**/*",
    "src/**/*"
  ],
  "scripts": {
    "lint": "eslint '{src,tests}/**/*.ts'",
    "test": "mocha -r ts-node/register --timeout 10000 test/**/*.test.ts",
    "prepack": "tsc --project tsconfig.cjs.json",
    "mocha": "mocha -r ts-node/register"
  },
  "dependencies": {
    "@effection/core": "^2.2.2",
    "chalk": "^4.1.2",
    "stacktrace-parser": "^0.1.10"
  },
  "devDependencies": {
    "@effection/mocha": "^2.0.6",
    "@effection/process": "^2.1.2",
    "@effection/stream": "^2.0.4"
  },
  "volta": {
    "extends": "../../package.json"
  }
}
