node-universe
Version:
基于 Nodejs 环境的一款微服务框架,原理来自于宇宙中的恒星,行星,卫星等系统。
144 lines (143 loc) • 3.19 kB
JSON
{
"name": "node-universe",
"version": "1.6.6",
"description": "基于 Nodejs 环境的一款微服务框架,原理来自于宇宙中的恒星,行星,卫星等系统。",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"scripts": {
"build": "rm -rf ./dist && rollup -c rollup.config.js"
},
"author": "darwin <mecci1999@163.com>",
"keywords": [
"universe",
"star",
"node",
"service"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mecci1999/node-universe.git"
},
"homepage": "https://github.com/mecci1999/node-universe#readme",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-json": "^6.1.0",
"@types/lodash": "^4.14.195",
"@types/mqtt": "^2.5.0",
"@types/msgpack5": "^3.4.3",
"@types/node": "^20.4.2",
"@types/node-fetch": "^2.6.11",
"@types/pino": "^7.0.5",
"husky": "^8.0.3",
"nodemon": "^2.0.22",
"prettier-eslint": "^16.4.2",
"rollup": "^3.6.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-tsc-alias": "^1.1.2",
"rollup-plugin-typescript2": "^0.34.1",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.6",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.0.4"
},
"dependencies": {
"cbor-x": "^1.5.3",
"crypto": "^1.0.1",
"etcd3": "^1.1.2",
"eventemitter3": "^5.0.1",
"fastest-validator": "^1.17.0",
"glob": "^10.3.10",
"ioredis": "^5.3.2",
"ipaddr.js": "^2.1.0",
"kafkajs": "^2.2.4",
"kleur": "^4.1.5",
"lodash": "^4.17.21",
"log4js": "^6.9.1",
"lru-cache": "^10.0.1",
"monitor-event-loop-delay": "^1.0.0",
"mqtt": "^5.14.1",
"nats": "^2.29.3",
"node-fetch": "2.7.0",
"notepack.io": "^3.0.1",
"pino": "^8.14.1",
"recursive-watch": "^1.1.4",
"redlock": "4.2.0",
"tslib": "^2.8.1",
"zlib": "^1.0.5"
},
"peerDependenciesMeta": {
"amqplib": {
"optional": true
},
"avsc": {
"optional": true
},
"bunyan": {
"optional": true
},
"cbor-x": {
"optional": true
},
"dd-trace": {
"optional": true
},
"debug": {
"optional": true
},
"etcd3": {
"optional": true
},
"ioredis": {
"optional": true
},
"jaeger-client": {
"optional": true
},
"kafka-node": {
"optional": true
},
"log4js": {
"optional": true
},
"mqtt": {
"optional": true
},
"nats": {
"optional": true
},
"node-nats-streaming": {
"optional": true
},
"notepack.io": {
"optional": true
},
"pino": {
"optional": true
},
"protobufjs": {
"optional": true
},
"redlock": {
"optional": true
},
"rhea-promise": {
"optional": true
},
"thrift": {
"optional": true
},
"winston": {
"optional": true
}
},
"volta": {
"node": "22.14.0",
"npm": "10.9.2"
}
}