{
  "name": "VHDLFormatter",
  "version": "1.0.0",
  "description": "VHDL formatter web online written in javascript",
  "main": "main.js",
  "directories": {
    "test": "tests"
  },
  "dependencies": {
    "minimist": "^1.2.0"
  },
  "devDependencies": {
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.7.2",
    "chai": "^4.2.0",
    "mocha": "^6.2.0",
    "prettier-tslint": "^0.4.2",
    "ts-node": "^8.3.0",
    "typescript": "^3.4.5"
  },
  "scripts": {
    "test": "mocha -r ts-node/register tests/*ts",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jpsheehan/VHDLFormatter.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jpsheehan/VHDLFormatter/issues"
  },
  "homepage": "https://github.com/jpsheehan/VHDLFormatter#readme"
}
