fiora/packages/utils/package.json
碎碎酱 ca7c13da05
Migrate to monorepo project (#413)
* Refactor as monorepo

* Fix server

* Fix client

* Fix not fire message event error

* Fix CI scripts

* Update install doc

* Fix bin

* Refactored the directory structure to the final version

* Fix ts type error

* Fix lint error

* Fix unit test error

* Update .gitignore
2021-07-19 21:21:34 +08:00

19 lines
359 B
JSON

{
"name": "@fiora/utils",
"version": "1.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"@fiora/assets": "^1.0.0",
"ali-oss": "^6.16.0",
"axios": "^0.21.1",
"log4js": "^6.3.0",
"randomcolor": "^0.6.2",
"socket.io": "^4.1.3",
"xss": "^1.0.9"
},
"devDependencies": {
"@types/randomcolor": "^0.5.6"
}
}