{
  "name": "anyid",
  "version": "1.0.7",
  "description": "A simple and flexible API to generate various kinds of string ID / code.",
  "keywords": [
    "id",
    "generator",
    "random"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aleung/node-anyid.git"
  },
  "scripts": {
    "test": "scripty",
    "ci": "scripty",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "clean": "rm -rf lib build reports *.heapsnapshot",
    "build": "scripty",
    "testall": "scripty",
    "_on_compile_success": "scripty",
    "_on_compile_failure": "scripty",
    "_copylib": "mkdir -p lib && cp -R build/src/* lib/",
    "toc": "doctoc README.md --maxlevel 4 --title '**Table of Contents**'",
    "format": "tsfmt -r",
    "compile": "tsc --pretty",
    "lint": "tslint --force --fix --format verbose --project tsconfig.json"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "runkitExampleFilename": "example.js",
  "engines": {
    "node": ">=5.0.0"
  },
  "dependencies": {
    "base-x": "^3.0.6",
    "lodash": "^4.17.14"
  },
  "devDependencies": {
    "@types/chai": "4.1.7",
    "@types/lodash": "4.14.136",
    "@types/mocha": "5.2.7",
    "@types/node": "12.6.2",
    "chai": "*",
    "coveralls": "^3.0.5",
    "doctoc": "1.4.0",
    "mocha": "6.1.4",
    "mochawesome": "4.0.1",
    "nyc": "14.1.1",
    "scripty": "1.9.1",
    "source-map-support": "0.5.12",
    "tsc-watch": "2.2.1",
    "tslint": "5.18.0",
    "tslint-consistent-codestyle": "1.15.1",
    "tslint-eslint-rules": "5.4.0",
    "typescript": "3.5.3",
    "typescript-formatter": "7.2.2"
  },
  "config": {
    "type": "lib",
    "branch": "master"
  },
  "scripty": {
    "silent": true
  }
}
