dcl-catalyst-commons
Version:
Common tools and types to share between catalyst servers and clients
85 lines (84 loc) • 2.19 kB
JSON
{
"name": "dcl-catalyst-commons",
"version": "9.0.22",
"description": "Common tools and types to share between catalyst servers and clients",
"main": "dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc --project tsconfig.json",
"prewatch": "rm -rf dist",
"watch": "tsc --watch --project tsconfig.json",
"test": "TS_NODE_PROJECT=test/tsconfig.json nyc mocha -r ts-node/register --exit \"test/**/*.spec.ts\"",
"commit-msg": "echo 1",
"lint:fix": "eslint 'src/**/*.{js,ts,tsx}' --fix",
"lint:check": "eslint 'src/**/*.{js,ts,tsx}'"
},
"nyc": {
"all": true,
"include": [
"src"
],
"extension": [
".ts"
],
"reporter": [
"text-summary"
],
"sourceMap": true,
"instrument": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/decentraland/catalyst-commons.git"
},
"keywords": [
"decentraland"
],
"author": "Decentraland",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/decentraland/catalyst-commons/issues"
},
"homepage": "https://github.com/decentraland/catalyst-commons#readme",
"dependencies": {
"@dcl/schemas": "^6.4.2",
"abort-controller": "^3.0.0",
"cookie": "^0.4.1",
"cross-fetch": "^3.1.4",
"ms": "^2.1.2"
},
"devDependencies": {
"@dcl/eslint-config": "^1.0.4",
"@types/chai": "^4.2.8",
"@types/chai-as-promised": "^7.1.2",
"@types/mocha": "^9.0.0",
"@types/ms": "^0.7.31",
"@types/node": "^17.0.36",
"@types/sinon": "^10.0.4",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"fp-future": "^1.0.1",
"husky": "^7.0.2",
"isomorphic-fetch": "^3.0.0",
"memorystream": "^0.3.1",
"mocha": "^9.1.2",
"mockttp": "^2.0.1",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"sinon": "^11.1.2",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "none"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
"commit": "47e9e33cf6e38980f98fb4552662524b166cc51e"
}