UNPKG

356 BJSONView Raw
1{
2 "name": "@nestjs/common",
3 "version": "3.1.1",
4 "description": "Nest - modern, fast, powerful node.js web framework (@common)",
5 "author": "Kamil Mysliwiec",
6 "license": "MIT",
7 "scripts": {
8 "compile": "tsc -p tsconfig.json"
9 },
10 "dependencies": {
11 "cli-color": "1.1.0"
12 },
13 "peerDependencies": {
14 "reflect-metadata": "0.1.10"
15 }
16}