dcl-catalyst-client
Version:
A client to query and perform changes on Decentraland's catalyst servers
68 lines (67 loc) • 2.35 kB
JSON
{
"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",
"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/hashing": "^3.0.0",
"@dcl/schemas": "^11.5.0",
"@well-known-components/fetch-component": "^2.0.0",
"cookie": "^0.5.0",
"cross-fetch": "^3.1.5",
"form-data": "^4.0.0"
},
"devDependencies": {
"@dcl/catalyst-api-specs": "^3.2.0",
"@dcl/eslint-config": "^1.1.9",
"@types/form-data": "^2.5.0",
"@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"
]
}