UNPKG

dcl-catalyst-client

Version:

A client to query and perform changes on Decentraland's catalyst servers

68 lines (67 loc) 2.28 kB
{ "name": "dcl-catalyst-client", "version": "0.0.0-development", "commit": "Unknown", "description": "A client to query and perform changes on Decentraland's catalyst servers", "main": "dist/index.js", "typings": "dist/index.d.ts", "engines": { "node": ">=18" }, "scripts": { "prebuild": "rm -rf dist && yarn generate:snapshots", "generate:snapshots": "ts-node -T scripts/generate-snapshots.ts", "build": "cp package.json ./src/package.json && orval && rm src/client/specs/catalyst.ts && tsc --project tsconfig.json", "prewatch": "rm -rf dist", "watch": "tsc --watch --project tsconfig-build.json", "test": "jest --forceExit --detectOpenHandles --coverage --verbose", "lint:fix": "eslint '**/*.{js,ts,tsx}' --quiet --fix", "lint:check": "eslint '**/*.{js,ts,tsx}' --quiet" }, "repository": { "type": "git", "url": "git+https://github.com/decentraland/catalyst-client.git" }, "keywords": [ "decentraland" ], "author": "Decentraland", "license": "Apache-2.0", "bugs": { "url": "https://github.com/decentraland/catalyst-client/issues" }, "homepage": "https://github.com/decentraland/catalyst-client#readme", "dependencies": { "@dcl/catalyst-contracts": "^4.4.0", "@dcl/crypto": "^3.4.0", "@dcl/fetch-component": "^1.0.1", "@dcl/hashing": "^3.0.0", "@dcl/schemas": "^23.0.0", "cookie": "^0.5.0" }, "devDependencies": { "@dcl/catalyst-api-specs": "^3.8.0", "@dcl/eslint-config": "^1.1.9", "@well-known-components/env-config-provider": "^1.1.1", "@well-known-components/interfaces": "^1.4.0", "@well-known-components/logger": "^3.0.0", "@well-known-components/test-helpers": "^1.5.3", "busboy": "^1.6.0", "eth-connect": "^6.1.0", "orval": "^6.17.0", "ts-node": "^10.4.0", "typescript": "^4.4.4" }, "prettier": { "printWidth": 120, "semi": false, "singleQuote": true, "trailingComma": "none", "tabWidth": 2 }, "optionalDependencies": {}, "files": [ "package.json", "dist" ] }