{
  "name": "@credo-ts/push-notifications",
  "main": "build/index",
  "types": "build/index",
  "version": "0.7.1",
  "files": [
    "build"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "description": "Push notification plugin for Credo",
  "homepage": "https://github.com/openwallet-foundation/credo-ts-ext/tree/main/packages/push-notifications",
  "repository": {
    "type": "git",
    "url": "https://github.com/openwallet-foundation/credo-ts-ext",
    "directory": "packages/push-notifications"
  },
  "scripts": {
    "sample": "tsnd --respawn samples/sample.ts",
    "build": "yarn run clean && yarn run compile",
    "clean": "rimraf -rf ./build",
    "compile": "tsc -p tsconfig.build.json",
    "prepublishOnly": "yarn run build",
    "test": "jest"
  },
  "devDependencies": {
    "@hyperledger/aries-askar-nodejs": "^0.2.0",
    "@credo-ts/askar": "^0.5.0",
    "@credo-ts/core": "^0.5.0",
    "@credo-ts/node": "^0.5.0",
    "ts-node-dev": "^1.1.8"
  },
  "peerDependencies": {
    "@credo-ts/core": "^0.5.0"
  },
  "dependencies": {
    "class-transformer": "0.5.1",
    "class-validator": "0.14.1",
    "tsyringe": "^4.6.0"
  }
}
