{
  "name": "common-constants",
  "version": "4.1.0",
  "description": "A set of constants commonly used across many projects, relating to e.g. date, time, ports, logging, and math",
  "main": "lib/index.js",
  "typings": "lib/index",
  "files": [
    "lib/"
  ],
  "scripts": {
    "compile-ts": "./node_modules/typescript/bin/tsc -p ./",
    "compile-ts:watch": "./node_modules/typescript/bin/tsc -p ./ --watch",
    "start": "npm run test",
    "test": "LOG_LEVEL=silly npm run compile-ts; LOG_LEVEL=silly mocha test/",
    "test-watch": "chokidar ./src/**/*.ts ./index.ts ./test/** --initial -c \"npm run compile-ts; mocha test/\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andfaulkner/node-common-constants.git#v4.1.0"
  },
  "keywords": [
    "constants",
    "date",
    "time",
    "logging",
    "log",
    "logs",
    "ports",
    "port",
    "defaults",
    "sane-defaults",
    "math",
    "maths",
    "mathematics",
    "science"
  ],
  "author": "Andrew Faulkner <andfaulkner@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andfaulkner/node-common-constants/issues"
  },
  "homepage": "https://github.com/andfaulkner/node-common-constants#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/chai": "^4.1.3",
    "@types/lodash": "^4.14.108",
    "@types/mocha": "^5.2.0",
    "@types/node": "8.10.0",
    "@types/sinon": "^4.3.1",
    "chai": "^4.1.2",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-promise": "^3.4.0",
    "lodash": "4.17.10",
    "mocha": "^5.1.1",
    "prettier": "^1.12.1",
    "sinon": "^5.0.2",
    "test-console": "^1.1.0",
    "ts-node": "^6.0.2",
    "tslint": "^5.10.0",
    "tslint-eslint-rules": "^5.1.0",
    "tslint-microsoft-contrib": "^5.0.3",
    "typescript": "2.8.3",
    "vrsource-tslint-rules": "^5.8.2"
  },
  "peerDependencies": {
    "lodash": "4.x"
  }
}
