{
  "name": "@aries-framework/node",
  "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/node",
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperledger/aries-framework-javascript",
    "directory": "packages/node"
  },
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "clean": "rimraf ./build",
    "compile": "tsc -p tsconfig.build.json",
    "prepublishOnly": "yarn run build",
    "test": "jest"
  },
  "dependencies": {
    "@2060.io/ffi-napi": "^4.0.8",
    "@2060.io/ref-napi": "^3.0.6",
    "@aries-framework/core": "0.4.2",
    "@types/express": "^4.17.15",
    "express": "^4.17.1",
    "ws": "^8.13.0"
  },
  "devDependencies": {
    "@types/node": "^18.18.8",
    "@types/ws": "^8.5.4",
    "nock": "^13.3.0",
    "rimraf": "^4.4.0",
    "typescript": "~4.9.5"
  }
}
