{
  "name": "@atlantis-lab/server-scripts",
  "repository": "git@github.com:Atlantis-Lab/nestjs.git",
  "version": "0.1.31",
  "license": "BSD-3 Clause",
  "main": "dist/index.js",
  "umd:main": "dist/index.umd.js",
  "module": "dist/index.mjs",
  "typings": "dist/index.d.ts",
  "source": "src/index.ts",
  "files": [
    "dist",
    "bin"
  ],
  "bin": {
    "server-scripts": "./bin/server-scripts.js"
  },
  "scripts": {
    "clean": "rimraf dist",
    "prepublishOnly": "yarn run build",
    "build": "tsc -p tsconfig.json"
  },
  "dependencies": {
    "@lerna/project": "3.21.0",
    "chalk": "^4.0.0",
    "cross-spawn": "7.0.3",
    "file-loader": "^6.0.0",
    "glob-promise": "^3.4.0",
    "react-dev-utils": "^11.0.0",
    "start-server-webpack-plugin": "^2.2.5",
    "ts-loader": "^8.0.0",
    "webpack": "^5.0.0",
    "webpack-dev-server": "^3.7.2",
    "webpack-node-externals": "^2.0.0"
  },
  "devDependencies": {
    "@nestjs/testing": "7.3.2",
    "@types/node": "14.14.20",
    "rimraf": "3.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "ff7e382f9672ea2f07667b7ef2d80ee0cc8a037d"
}
