1 Star 0 Fork 0

derrick/rsocket-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 944 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "rsocket-js",
"description": "A JavaScript implementation of the RSocket protocol (https://github.com/rsocket/rsocket).",
"private": true,
"license": "Apache-2.0",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"clean": "lerna run clean && rimraf -rf ./coverage",
"pub": "lerna publish",
"pretest": "yarn clean",
"test": "lerna run test",
"lint": "eslint --ext js,ts .",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/node": "^17.0.5",
"@typescript-eslint/parser": "^5.8.0",
"eslint": "~8.5.0",
"eslint-plugin-import": "~2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.5",
"jest-config": "^27.4.5",
"jest-mock-extended": "^2.0.4",
"lerna": "^4.0.0",
"prettier": "^2.5.1",
"sinon": "^12.0.1",
"ts-jest": "^27.1.2",
"typescript": "~4.5.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dwji/rsocket-js.git
git@gitee.com:dwji/rsocket-js.git
dwji
rsocket-js
rsocket-js
1.0.x-alpha

搜索帮助