{
  "name": "@nexst/core",
  "version": "0.0.62",
  "description": "⚡ next + nest ⚡",
  "repository": "git@github.com:classiii/nexst.git",
  "author": "Yoshihide Shiono <shiono.yoshihide@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/classiii/nexst/tree/master/packages/nexst-core",
  "keywords": [
    "nexst",
    "nest",
    "nestjs",
    "nest.js",
    "next",
    "nextjs",
    "next.js",
    "react",
    "reactjs",
    "react.js",
    "typescript"
  ],
  "bugs": {
    "url": "https://github.com/classiii/nexst/issues",
    "email": "shiono.yoshihide@gmail.com"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "nexst": "bin/nexst.js"
  },
  "main": "build/index.js",
  "files": [
    "bin",
    "build"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "tsc"
  },
  "dependencies": {
    "@nestjs/common": "^6.1.1",
    "@nestjs/core": "^6.1.1",
    "@types/dotenv": "^6.1.1",
    "@types/express": "^4.16.1",
    "@types/react": "^16.8.14",
    "@types/react-dom": "^16.8.4",
    "arg": "^4.1.0",
    "chalk": "^2.4.2",
    "dotenv": "^7.0.0",
    "express": "^4.16.4",
    "next": "8.1.1-canary.20",
    "node-npx": "^1.3.1",
    "nodemon": "^1.18.11",
    "ora": "^3.4.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "reflect-metadata": "0.1.12",
    "rxjs": "^6.5.1",
    "ts-node": "^8.1.0"
  },
  "devDependencies": {
    "@nexst/tsconfig-server": "^1.4.0",
    "@types/node": "^11.13.6",
    "typescript": "^3.4.5"
  },
  "peerDependencies": {
    "typescript": "^3.*"
  },
  "gitHead": "85eaf65ccb1c39111f02cfbd92e940b8d656270d"
}
