decentraland-crypto-fetch
Version:
[](https://coveralls.io/github/decentraland/decentraland-crypto-fetch?branch=main)
71 lines (70 loc) • 1.65 kB
JSON
{
"name": "decentraland-crypto-fetch",
"version": "2.0.1",
"description": "",
"main": "lib/index.js",
"engines": {
"node": ">=12",
"npm": ">=6"
},
"scripts": {
"test": "jest",
"build": "tsc -p . --skipLibCheck",
"format": "prettier --write '**/*.{ts,js,json,md}'",
"fetch": "ts-node ./bin/fetch.ts",
"semantic-release": "semantic-release",
"husky-setup": "husky install",
"precommit": "lint-staged --config .husky/pre-commit.js"
},
"jest": {
"preset": "ts-jest"
},
"release": {
"branches": [
"main"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/decentraland/decentraland-crypto-fetch.git"
},
"keywords": [
"fetch",
"http",
"promise",
"request",
"curl",
"wget",
"xhr",
"whatwg",
"decentraland"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/decentraland/decentraland-crypto-fetch/issues"
},
"homepage": "https://github.com/decentraland/decentraland-crypto-fetch#readme",
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node-fetch": "^2.5.12",
"decentraland-crypto-middleware": "^1.2.0",
"fetch-mock": "^9.11.0",
"husky": "^7.0.4",
"jest": "^29.7.0",
"lint-staged": "^11.2.3",
"node-fetch": "^2.6.6",
"prettier": "^2.4.1",
"semantic-release": "^18.0.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.3.1",
"tsc-files": "^1.1.2",
"typescript": "^4.4.4",
"yargs": "^17.3.0"
},
"dependencies": {
"@dcl/crypto": "^3.3.1",
"core-js-pure": "^3.19.1"
}
}