moleculer-qmit
Version:
QMIT moleculer options preset
77 lines (76 loc) • 1.58 kB
JSON
{
"name": "moleculer-qmit",
"version": "1.0.12",
"description": "QMIT moleculer options preset",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "ts-node ./src/example.ts",
"build": "tsc",
"lint": "tslint -p tsconfig.json",
"test": "jest --detectOpenHandles"
},
"keywords": [
"QMIT",
"moleculer"
],
"author": "QMIT Inc.",
"dependencies": {
"ioredis": "^4.14.1",
"kleur": "^3.0.3",
"lodash": "^4.17.15",
"redlock": "^4.1.0",
"vault-sync": "^1.1.9"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.11",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"moleculer": "^0.14.0",
"nodemon": "^1.19.2",
"npm-check": "5.9.0",
"ts-jest": "^24.1.0",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
},
"peerDependencies": {
"moleculer": "^0.14.0"
},
"engines": {
"node": ">= 8.x.x"
},
"jest": {
"coverageDirectory": "<rootDir>/coverage",
"testEnvironment": "node",
"moduleFileExtensions": [
"js",
"json",
"jsx",
"ts",
"tsx",
"node"
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"testMatch": [
"<rootDir>/src/**/*.spec.(ts|js)"
],
"globals": {
"ts-jest": {
"tsConfig": "tsconfig.json"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/qmit-pro/moleculer-qmit.git"
},
"license": "MIT"
}