UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@nestjs/core",
3 "version": "6.11.6",
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 "path-to-regexp": "3.2.0",
35 "tslib": "1.10.0",
36 "uuid": "3.4.0"
37 },
38 "peerDependencies": {
39 "@nestjs/common": "^6.0.0",
40 "reflect-metadata": "^0.1.12",
41 "rxjs": "^6.0.0"
42 }
43}