{
  "name": "fortjs-starter",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "webpack": "webpack --config webpack.config.js",
    "webpack:watch": "webpack --config webpack.config.js --watch",
    "lint": "tslint src/**/*.ts",
    "build": "npm run webpack",
    "start": "npm run webpack:watch && opn http://localhost:4000"
  },
  "author": "Ujjwal Gupta",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "@babel/plugin-proposal-decorators": "^7.1.6",
    "@babel/preset-env": "^7.1.6",
    "@types/node": "^10.12.15",
    "babel-loader": "^8.0.4",
    "nodemon-webpack-plugin": "^4.0.6",
    "opn-cli": "^4.0.0",
    "tslint-config-security": "^1.13.0",
    "webpack": "^4.25.1",
    "webpack-cli": "^3.1.2",
    "webpack-node-externals": "^1.7.2"
  },
  "dependencies": {}
}
