加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 999 Bytes
一键复制 编辑 原始数据 按行查看 历史
lipingruan 提交于 2022-06-15 15:36 . 0.3.0-beta1
{
"name": "oox",
"private": true,
"version": "0.3.0-beta1",
"description": "Graceful NodeJS distributed application solution",
"keywords": [
"http",
"socket.io",
"rpc",
"microservice",
"distributed",
"tracing"
],
"type": "module",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/types/index.d.ts"
},
"bin": {
"oox": "dist/bin/cli.js"
},
"scripts": {
"build": "node scripts/compile & node scripts/linking"
},
"author": "lipingruan",
"homepage": "https://github.com/lipingruan/oox",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"socket.io": "^4.4.0",
"socket.io-client": "^4.4.0"
},
"devDependencies": {
"typescript": "^4.7.3"
},
"engines": {
"node": ">=12.0.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化