@playtini/beta7
Version:
Microframework for Microservices
65 lines (64 loc) • 1.68 kB
JSON
{
"name": "@playtini/beta7",
"version": "0.0.33",
"main": "dist/index.js",
"scripts": {
"start": "nodemon src/dev.ts",
"build": "rm -rf ./dist && tsc && tsc-alias"
},
"devDependencies": {
"@types/lodash.isempty": "^4.4.6",
"@react-native-community/eslint-config": "^3.0.0",
"@types/app-root-path": "^1.2.4",
"@types/debug": "^4.1.7",
"@types/lodash.get": "^4.4.6",
"@types/node": "^17.0.4",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.15",
"prettier": "^2.3.2",
"prettier-eslint": "^13.0.0",
"ts-node": "^10.4.0",
"tsc-alias": "^1.5.0",
"tsconfig-paths": "^3.12.0",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"typescript-transform-paths": "^3.3.1"
},
"dependencies": {
"@playtini/confluent-schema-registry": "^3.2.1",
"app-root-path": "^3.0.0",
"debug": "^4.3.3",
"kafkajs": "^1.15.0",
"lodash.get": "^4.4.2",
"lodash.isempty": "^4.4.0",
"tx2": "^1.0.5",
"winston": "^3.3.3",
"winston-gelf": "^1.7.0",
"yaml": "^1.10.2"
},
"description": "Microframework for Microservices",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/playtini/beta7.git"
},
"author": "Playtini",
"license": "ISC",
"bugs": {
"url": "https://github.com/playtini/beta7/issues"
},
"homepage": "https://github.com/playtini/beta7#readme",
"keywords": [
"Microframework",
"for",
"Microservices"
],
"peerDependencies": {
"apollo-server": "^3.6.2"
}
}