Files
nest/packages/common/package.json
2020-11-23 09:52:34 +01:00

30 lines
651 B
JSON

{
"name": "@nestjs/common",
"version": "7.5.5",
"description": "Nest - modern, fast, powerful node.js web framework (@common)",
"author": "Kamil Mysliwiec",
"homepage": "https://nestjs.com",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nest"
},
"repository": {
"type": "git",
"url": "https://github.com/nestjs/nest"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"dependencies": {
"axios": "0.21.0",
"iterare": "1.2.1",
"tslib": "2.0.3",
"uuid": "8.3.1"
},
"peerDependencies": {
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0"
}
}