1 Star 1 Fork 1

roytan883/moleculer-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.48 KB
一键复制 编辑 原始数据 按行查看 历史
Icebob 提交于 2022-01-09 11:04 . 0.10.4
{
"name": "moleculer-web",
"version": "0.10.4",
"description": "Official API Gateway service for Moleculer framework",
"main": "index.js",
"scripts": {
"dev": "nodemon examples/index.js",
"demo": "node examples/index.js",
"bench": "cross-env NODE_ENV=production nodemon benchmarks/index.js",
"perf": "node --inspect --expose-gc benchmarks/index.js",
"ci": "jest --watch",
"test": "jest --coverage --forceExit",
"lint": "eslint --ext=.js src",
"lint:fix": "eslint --ext=.js --fix src",
"deps": "npm-check -u",
"postdeps": "npm test",
"coverall": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"release": "npm publish --access public && git push --tags",
"release:beta": "npm publish --tag next --access public && git push --tags"
},
"keywords": [
"api-gateway",
"http-server",
"microservices",
"microservice",
"moleculer"
],
"repository": {
"type": "git",
"url": "https://github.com/moleculerjs/moleculer-web.git"
},
"author": "MoleculerJS",
"license": "MIT",
"devDependencies": {
"@sinonjs/fake-timers": "^8.0.1",
"benchmarkify": "^3.0.0",
"compression": "^1.7.4",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-security": "^1.4.0",
"express": "^4.17.1",
"fakerator": "^0.3.4",
"jest": "^27.2.5",
"jest-cli": "^27.2.5",
"jsonwebtoken": "^8.5.1",
"mime-types": "^2.1.33",
"mkdirp": "^1.0.4",
"moleculer": "^0.14.17",
"moleculer-repl": "^0.7.0",
"nats": "^2.2.0",
"nodemon": "^2.0.13",
"socket.io": "^4.3.1",
"spdy": "^4.0.2",
"supertest": "^6.1.6",
"webpack": "^5.58.2",
"webpack-dev-middleware": "^5.2.1"
},
"peerDependencies": {
"moleculer": "^0.13.0 || ^0.14.0"
},
"dependencies": {
"@fastify/busboy": "^1.0.0",
"body-parser": "^1.19.0",
"es6-error": "^4.1.1",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"isstream": "^0.1.2",
"kleur": "^4.1.4",
"lodash": "^4.17.21",
"path-to-regexp": "^3.1.0",
"qs": "^6.10.1",
"serve-static": "^1.14.1"
},
"engines": {
"node": ">= 10.x.x"
},
"typings": "./index.d.ts",
"jest": {
"coverageDirectory": "../coverage",
"testEnvironment": "node",
"rootDir": "./src",
"roots": [
"../test"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/test/services/"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/roytan883/moleculer-web.git
git@gitee.com:roytan883/moleculer-web.git
roytan883
moleculer-web
moleculer-web
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385