{
  "name": "rho",
  "version": "1.0.0-beta.5",
  "description": "Extensible semantic markup language",
  "main": "out/main/index.js",
  "scripts": {
    "clean": "rm -rf out/",
    "dev": "npm run clean && tsc -w",
    "check": "eslint . --ext=.js,.ts",
    "test": "NODE_ENV=test mocha",
    "build": "npm run clean && tsc",
    "preversion": "npm run check && npm run build && npm test",
    "postversion": "npm publish && git push --tags"
  },
  "pre-commit": [
    "check"
  ],
  "files": [
    "out/main/**/*"
  ],
  "keywords": [
    "markdown",
    "text",
    "html",
    "semantic",
    "markup",
    "text processor"
  ],
  "author": "Boris Okunskiy",
  "license": "ISC",
  "devDependencies": {
    "@types/glob": "^7.1.1",
    "@types/marked": "^0.7.2",
    "@types/mocha": "^5.2.7",
    "@types/node": "^13.1.2",
    "@typescript-eslint/eslint-plugin": "^2.17.0",
    "@typescript-eslint/parser": "^2.17.0",
    "eslint": "^6.8.0",
    "eslint-config-recommended": "^4.0.0",
    "glob": "^7.1.6",
    "marked": "^0.8.0",
    "mocha": "^8.1.1",
    "npm-run-all": "^4.1.5",
    "pre-commit": "^1.2.2",
    "pretty": "^2.0.0",
    "typescript": "^3.7.4"
  },
  "dependencies": {}
}
