{
  "name": "@holochain/try-o-rama",
  "version": "0.2.0-rc.2",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "rm -rf ./lib ; tsc -d",
    "dev": "rm -rf ./lib ; tsc -d -w",
    "doc": "typedoc",
    "fetch-dna": "ts-node test/fetch-dna",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "test": "ts-node test | tap-diff",
    "test:unit": "ts-node test/unit | tap-diff",
    "test:e2e": "ts-node test/e2e"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@holochain/hachiko": "^0.4.1",
    "@holochain/hc-web-client": "^0.5.0",
    "@iarna/toml": "^2.2.3",
    "async-mutex": "^0.1.4",
    "axios": "^0.19.0",
    "base-64": "^0.1.0",
    "colors": "^1.3.3",
    "fp-ts": "^2.0.5",
    "get-port": "^5.0.0",
    "io-ts": "^2.0.1",
    "io-ts-reporters": "^1.0.0",
    "lodash": "^4.17.15",
    "memoizee": "^0.4.14",
    "moniker": "^0.1.2",
    "ramda": "^0.26.1",
    "uuid": "^3.3.3",
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.144",
    "@types/node": "^12.7.5",
    "@types/ramda": "^0.26.33",
    "sinon": "^7.4.2",
    "tap-diff": "^0.1.1",
    "tape": "^4.11.0",
    "tape-promise": "^4.0.0",
    "ts-node": "^8.4.1",
    "typedoc": "^0.15.0",
    "typescript": "^3.6.3"
  }
}
