{
  "name": "json-pretty-html",
  "version": "1.1.6",
  "description": "Transforms a JSON object to a pretty piece of HTML Edit",
  "engines": {
    "node": ">= 8.0.0"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/bluebird": "^3.5.20",
    "@types/jest": "^21.1.10",
    "@types/node": "9.4.5",
    "awesome-typescript-loader": "^5.2.1",
    "babel-preset-es2015": "^6.24.1",
    "bluebird": "^3.5.2",
    "eslint": "^5.7.0",
    "jest": "~22.2.2",
    "rimraf": "~2.6.2",
    "tslint": "~5.11.0",
    "tslint-microsoft-contrib": "^5.2.1",
    "tsutils": "^2.21.2",
    "typescript": "^3.1.3",
    "webpack": "^4.23.1",
    "webpack-cli": "^3.1.2"
  },
  "scripts": {
    "clean": "rimraf coverage build tmp",
    "compile": "tsc -p tsconfig.release.json",
    "build": "npm run compile && webpack --mode=production --profile --colors",
    "watch": "tsc -w -p tsconfig.release.json",
    "lint": "tslint -t stylish --project \"tsconfig.json\"",
    "pretest": "npm run lint",
    "test": "npm run test-only",
    "test-only": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "author": "Antoime Melki <adonf156@gmail.com>",
  "license": "MIT",
  "keywords": [
    "json",
    "pretty",
    "print",
    "html"
  ],
  "main": "dist/bundle.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/amelki/json-pretty-html.git"
  },
  "bugs": {
    "url": "https://github.com/amelki/json-pretty-html/issues"
  },
  "homepage": "https://github.com/amelki/json-pretty-html#readme",
  "tonicExampleFilename": "tonicExample.js"
}
