{
  "name": "@zoroaster/fork",
  "version": "1.5.0",
  "description": "Test forks.",
  "main": "build/index.js",
  "module": "src/index.js",
  "scripts": {
    "t": "zoroaster -a",
    "test": "yarn t test/spec test/mask",
    "spec": "yarn t test/spec",
    "mask": "yarn t test/mask",
    "test-build": "yarn test -e test-build",
    "lint": "eslint .",
    "doc": "doc -o README.md -n _contextTesting -d -a",
    "compile": "depack example -c -a -p -o example/depack.js -s --externs types/externs.js",
    "b": "alamode src -o build -s",
    "build": "yarn-s d b doc",
    "e": "alanode",
    "example/": "yarn e example/example.js",
    "d": "yarn-s d1 externs types",
    "d1": "typal src/index.js -u -t types/run.xml",
    "externs": "typal types/externs.js -e",
    "types": "typal types/index.js"
  },
  "files": [
    "build",
    "types",
    "src",
    "typedefs.json"
  ],
  "externs": "types/externs.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/contexttesting/fork.git"
  },
  "typedefs": "typedefs.json",
  "keywords": [
    "fork",
    "zoroaster",
    "context",
    "testing",
    "test"
  ],
  "author": "Anton <anton@adc.sh>",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/contexttesting/fork/issues"
  },
  "homepage": "https://www.contexttesting.com",
  "devDependencies": {
    "alamode": "^3.5.1",
    "depack": "^1.1.1",
    "documentary": "^1.37.0",
    "eslint-config-artdeco": "1.0.1",
    "reloquent": "^1.3.2",
    "typal": "^1.26.2",
    "yarn-s": "1.2.3",
    "zoroaster": "^4.3.0"
  },
  "dependencies": {
    "@zoroaster/deep-equal": "^1.0.1",
    "catchment": "^3.3.0",
    "erte": "^1.2.0",
    "forkfeed": "^1.1.1",
    "mismatch": "^1.2.0",
    "spawncommand": "^2.2.0"
  }
}
