{
  "name": "vscode-coding-tracker-server",
  "version": "0.6.0",
  "description": "Visual Studio Code Coding Tracker Server Script",
  "main": "app.js",
  "scripts": {
    "test": "mocha --recursive test/src",
    "test-without-eslint-tsc": "npm test -- --no-eslint --no-tsc",
    "generate-js": "node ./frontend/src/js/utils/echartsUtils.generator.js",
    "build": "node ./build/build.js",
    "watch": "node ./build/build.js -w",
    "build-live": "node ./build/build.js -w",
    "start": "node ./app",
    "server": "node ./app",
    "install-git-hooks": "cp ./utilities/git-pre-commit-hook.sh ./.git/hooks/pre-commit -vf",
    "new-version": "bash ./utilities/new-version-tag.sh"
  },
  "bin": {
    "coding-tracker-server": "app.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hangxingliu/vscode-coding-tracker-server"
  },
  "keywords": [
    "vscode",
    "server",
    "express",
    "analyzer"
  ],
  "dependencies": {
    "body-parser": "^1.18.2",
    "colors": "^1.1.2",
    "commander": "^2.15.0",
    "express": "^4.16.2",
    "fs-extra": "^4.0.3",
    "morgan": "^1.9.0"
  },
  "devDependencies": {
    "@types/body-parser": "^1.16.8",
    "@types/bootstrap": "^3.3.36",
    "@types/colors": "^1.1.3",
    "@types/downloadjs": "^1.4.0",
    "@types/express": "^4.0.39",
    "@types/fs-extra": "^4.0.4",
    "@types/jquery": "^3.2.15",
    "@types/mocha": "^2.2.44",
    "@types/morgan": "^1.7.35",
    "@types/node": "^8.0.51",
    "async": "^2.6.0",
    "babel-eslint": "^8.0.2",
    "bootstrap": "^4.0.0-beta.2",
    "bootstrap-datepicker": "^1.7.1",
    "core-js": "^2.5.3",
    "downloadjs": "^1.4.7",
    "echarts": "^3.7.2",
    "eslint": "^4.18.2",
    "ionicons": "^2.0.1",
    "jquery": "^3.2.1",
    "mocha": "^4.0.1",
    "node-sass": "^4.7.2",
    "popper.js": "^1.12.6",
    "request": "^2.83.0",
    "tree-kill": "^1.2.0",
    "typescript": "^2.7.2",
    "watch": "^1.0.2"
  },
  "author": "hangxingliu",
  "license": "GPL-3.0"
}
