LiquidGalaxyLAB/liquid-galaxy-client

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "liquid-galaxy",
  "description": "The Liquid Galaxy client",
  "author": {
    "name": "Gerard Rovira Sánchez",
    "email": "zurfyx@gmail.com",
    "url": "zurfyx.com"
  },
  "version": "2.1.2",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prebuild": "npm run build:clean",
    "build": "tsc",
    "build:clean": "rimraf dist",
    "build:watch": "tsc --watch",
    "prepublishOnly": "npm run build",
    "postpublish": "npm run build:clean",
    "lint": "tslint './src/**/*.{ts,tsx}' --project ./tsconfig.json --type-check",
    "pretest": "npm run build",
    "test": "jest",
    "coverage": "jest --coverage",
    "check": "npm-run-all test lint build:clean"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LiquidGalaxyLAB/liquid-galaxy.git"
  },
  "keywords": [
    "typescript",
    "starter",
    "library"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LiquidGalaxyLAB/liquid-galaxy/issues"
  },
  "homepage": "https://github.com/LiquidGalaxyLAB/liquid-galaxy#readme",
  "dependencies": {
    "@types/node": "^7.0.31",
    "bluebird": "^3.5.0",
    "firebase": "^4.1.2",
    "socket.io-client": "^2.0.3",
    "tslib": "^1.7.1",
    "what-is-my-ip-address": "^1.0.3"
  },
  "devDependencies": {
    "@types/jest": "^20.0.0",
    "jest": "^20.0.4",
    "npm-run-all": "^4.0.2",
    "rimraf": "^2.6.1",
    "ts-jest": "^20.0.6",
    "tslint": "^5.4.3",
    "tslint-config-airbnb": "^5.1.2",
    "typescript": "^2.3.4"
  },
  "files": [
    "dist",
    "src"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}