{
  "name": "@aries-framework/question-answer",
  "main": "build/index",
  "types": "build/index",
  "version": "0.4.2",
  "files": [
    "build"
  ],
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/question-answer",
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperledger/aries-framework-javascript",
    "directory": "packages/question-answer"
  },
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "clean": "rimraf ./build",
    "compile": "tsc -p tsconfig.build.json",
    "prepublishOnly": "yarn run build",
    "test": "jest"
  },
  "dependencies": {
    "@aries-framework/core": "0.4.2",
    "class-transformer": "0.5.1",
    "class-validator": "0.14.0",
    "rxjs": "^7.2.0"
  },
  "devDependencies": {
    "@aries-framework/node": "0.4.2",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^4.4.0",
    "typescript": "~4.9.5"
  },
  "gitHead": "a0458febe4902e823c81b8e394a39b6bdbff31bc"
}
