@nestjs/core
Version:
Nest - modern, fast, powerful node.js web framework (@core)
38 lines (37 loc) • 854 B
JSON
{
"name": "@nestjs/core",
"version": "6.6.2",
"description": "Nest - modern, fast, powerful node.js web framework (@core)",
"author": "Kamil Mysliwiec",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nestjs/nest"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"postinstall": "opencollective || exit 0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/nest",
"donation": {
"text": "Become a partner:"
}
},
"dependencies": {
"@nuxtjs/opencollective": "0.2.2",
"fast-safe-stringify": "2.0.6",
"iterare": "1.2.0",
"object-hash": "1.3.1",
"optional": "0.1.4",
"uuid": "3.3.3"
},
"peerDependencies": {
"@nestjs/common": "^6.0.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0"
}
}