{
  "name": "@rarible/sdk-e2e-tests",
  "version": "0.9.29",
  "homepage": "",
  "license": "ISC",
  "private": true,
  "scripts": {
    "test": "echo run e2e-test to run e2e-tests",
    "e2e-tests": "jest --runInBand",
    "e2e-tests-all": "jest --runInBand --testPathPattern=tests",
    "e2e-tests-ethereum": "jest --runInBand --testPathPattern=tests/ethereum/smoke",
    "e2e-tests-tezos": "jest --runInBand --testPathPattern=tests/tezos/smoke",
    "e2e-tests-solana": "jest --runInBand --testPathPattern=tests/solana/smoke",
    "e2e-tests-flow": "jest --runInBand --testPathPattern=tests/flow/smoke",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx .",
    "verify": "tsc --noEmit"
  },
  "dependencies": {
    "@rarible/api-client": "0.0.13-beta11",
    "@rarible/ethereum-sdk-test-common": "~0.12.89",
    "@rarible/flow-test-common": "~0.5.48-alpha.2",
    "@rarible/sdk-wallet": "^0.9.29",
    "@rarible/types": "~0.9.6",
    "bignumber.js": "^9.0.1"
  },
  "devDependencies": {
    "@types/jest": "^27.0.2",
    "dotenv": "16.0.0",
    "jest": "^27.2.4",
    "npm-run-all": "^4.1.5",
    "ts-jest": "^27.0.3",
    "typescript": "^4.6.3"
  }
}
