UNPKG

@nestjs/core

Version:

Nest - modern, fast, powerful node.js web framework (@core)

44 lines (43 loc) 1.01 kB
{ "name": "@nestjs/core", "version": "7.0.7", "description": "Nest - modern, fast, powerful node.js web framework (@core)", "author": "Kamil Mysliwiec", "license": "MIT", "homepage": "https://nestjs.com", "funding": { "type": "opencollective", "url": "https://opencollective.com/nest" }, "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.7", "iterare": "1.2.0", "object-hash": "2.0.3", "path-to-regexp": "3.2.0", "tslib": "1.11.1", "uuid": "7.0.2" }, "peerDependencies": { "@nestjs/common": "^7.0.0", "reflect-metadata": "^0.1.12", "rxjs": "^6.0.0" } }