@meshwatch/backend-core
Version:
Meshwatch backend core services.
69 lines (68 loc) • 1.83 kB
JSON
{
"name": "@meshwatch/backend-core",
"version": "1.8.5",
"main": "dist/index.js",
"umd:main": "dist/meshwatchbackend-core.umd.production.js",
"module": "dist/meshwatchbackend-core.es.production.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://gitlab.com/meshwatch/backend-core"
},
"bugs": {
"url": "https://gitlab.com/meshwatch/backend-core/issues"
},
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build --target node --entry src/index.ts",
"test": "jest --verbose --runInBand",
"lint": "yarn prettier && yarn eslint",
"prettier": "prettier -l 'src/**/*'",
"eslint": "eslint --max-warnings 0 --ext .ts src/**/*"
},
"dependencies": {
"@hapi/boom": "^7.4.2",
"@meshwatch/node-fetch": "^1.0.3",
"@sentry/node": "^5.4.0",
"pg": "^7.11.0",
"uuid": "^3.3.2",
"yup": "^0.27.0"
},
"peerDependencies": {
"aws-sdk": ">=2.471.0"
},
"devDependencies": {
"@meshwatch/types": "^1.1.4",
"@semantic-release/gitlab": "^3.1.2",
"@types/hapi__boom": "^7.4.0",
"@types/jest": "^24.0.13",
"@types/lodash": "^4.14.134",
"@types/pg": "^7.4.14",
"@types/uuid": "^3.4.4",
"@types/yup": "^0.26.14",
"@typescript-eslint/eslint-plugin": "^1.10.2",
"@typescript-eslint/parser": "^1.10.2",
"aws-sdk": "^2.471.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^2.4.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.0",
"semantic-release": "^15.13.12",
"testcontainers": "^1.1.19",
"tsdx": "0.5.8",
"typescript": "3.4.5"
},
"resolutions": {
"typescript": "3.4.5"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}