UNPKG

962 BJSONView Raw
1{
2 "name": "@nestjs/core",
3 "version": "6.10.13",
4 "description": "Nest - modern, fast, powerful node.js web framework (@core)",
5 "author": "Kamil Mysliwiec",
6 "license": "MIT",
7 "homepage": "https://nestjs.com",
8 "funding": {
9 "type": "opencollective",
10 "url": "https://opencollective.com/nest"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/nestjs/nest"
15 },
16 "publishConfig": {
17 "access": "public"
18 },
19 "scripts": {
20 "postinstall": "opencollective || exit 0"
21 },
22 "collective": {
23 "type": "opencollective",
24 "url": "https://opencollective.com/nest",
25 "donation": {
26 "text": "Become a partner:"
27 }
28 },
29 "dependencies": {
30 "@nuxtjs/opencollective": "0.2.2",
31 "fast-safe-stringify": "2.0.7",
32 "iterare": "1.2.0",
33 "object-hash": "2.0.1",
34 "uuid": "3.3.3"
35 },
36 "peerDependencies": {
37 "@nestjs/common": "^6.0.0",
38 "reflect-metadata": "^0.1.12",
39 "rxjs": "^6.0.0"
40 }
41}