{
  "name": "dingjs",
  "version": "0.1.0",
  "description": "Internet of Things framework ",
  "main": "dist/index.js",
  "scripts": {
    "test": "ts-mocha -p ./tsconfig.json test/*.ts",
    "prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
    "build": "tsc",
    "prestart": "npm run build",
    "watch-ts": "tsc -w",
    "watch-node": "nodemon dist/index.js",
    "dev": "concurrently -k -p \"[{name}]\" -n \"TypeScript, Node\" -c \"yello.bold, cyan.bold\" \"npm run watch-ts\" \"npm run watch-node\"",
    "start": "npm run dev",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/devbit/dingjs.git"
  },
  "keywords": [
    "IoT",
    "Internet",
    "of",
    "Things",
    "LoRaWAN",
    "The",
    "Things",
    "Network",
    "TTN"
  ],
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://gitlab.com/devbit/dingjs/issues"
  },
  "homepage": "https://gitlab.com/devbit/dingjs#readme",
  "dependencies": {
    "express": "^4.16.4",
    "influx": "^5.0.7",
    "mqtt": "^2.18.8"
  },
  "devDependencies": {
    "@types/expect": "^1.20.4",
    "@types/express": "^4.16.1",
    "@types/mocha": "^5.2.6",
    "@types/node": "^11.13.4",
    "concurrently": "^4.1.0",
    "mocha": "^6.1.2",
    "nodemon": "^1.18.10",
    "ts-mocha": "^6.0.0",
    "ts-node": "^8.0.3",
    "tslint": "^5.13.1",
    "typescript": "^3.3.3333",
    "vuepress": "^0.14.10"
  }
}
