{
  "name": "@rarible/sdk-transaction-backend",
  "version": "0.9.29",
  "homepage": "",
  "license": "ISC",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build"
  ],
  "private": true,
  "scripts": {
    "start": "node ./build/index.js",
    "build": "yarn clean && yarn tsc --project ./tsconfig.json && yarn copy-files",
    "clean": "rimraf ./build",
    "copy-files": "cp ./src/openapi.yml ./build/",
    "test": "jest --runInBand",
    "verify": "tsc --noEmit",
    "serve": "nodemon"
  },
  "dependencies": {
    "@rarible/protocol-ethereum-sdk": "~0.12.91",
    "@rarible/web3-ethereum": "~0.12.89",
    "body-parser": "^1.20.0",
    "cors": "^2.8.5",
    "dotenv": "^16.0.0",
    "express": "^4.17.3",
    "form-data": "^4.0.0",
    "http-status": "^1.5.1",
    "node-fetch": "^2.6.7",
    "redoc-express": "^1.0.0",
    "ts-node": "^10.7.0",
    "tslib": "^2.3.1",
    "typescript": "^4.6.3",
    "web3": "1.5.0"
  },
  "devDependencies": {
    "@rarible/ethereum-sdk-test-common": "~0.12.89",
    "@types/body-parser": "^1.19.2",
    "@types/express": "4.17.11",
    "@types/jest": "^27.4.1",
    "@types/js-yaml": "^4.0.5",
    "@types/node": "^17.0.24",
    "@types/node-fetch": "^2.6.1",
    "@types/supertest": "^2.0.12",
    "jest": "^27.2.7",
    "nodemon": "^2.0.15",
    "supertest": "^6.2.2",
    "ts-jest": "^27.0.3"
  }
}
