mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
35 lines
805 B
JSON
35 lines
805 B
JSON
{
|
|
"name": "@nestjs/core",
|
|
"version": "5.5.0",
|
|
"description": "Nest - modern, fast, powerful node.js web framework (@core)",
|
|
"author": "Kamil Mysliwiec",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nestjs/nest"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "opencollective || exit 0"
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/nest",
|
|
"donation": {
|
|
"text": "Become a partner:"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/opencollective": "0.1.0",
|
|
"fast-safe-stringify": "1.2.0",
|
|
"iterare": "0.0.8",
|
|
"object-hash": "1.3.0",
|
|
"optional": "0.1.4",
|
|
"uuid": "3.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@nestjs/common": "^5.0.0",
|
|
"reflect-metadata": "^0.1.12",
|
|
"rxjs": "^6.0.0"
|
|
}
|
|
}
|