{
  "name": "mad-news",
  "version": "2.0.3",
  "description": "Dramatic news generator",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "webpack --mode=production",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "mad",
    "news",
    "madness",
    "russia"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rtf6x/mad-news.git"
  },
  "author": "Alex Vopilovskiy",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/rtf6x/mad-news/issues"
  },
  "homepage": "https://github.com/rtf6x/mad-news",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@types/jest": "^28.1.1",
    "babel-loader": "^8.2.2",
    "clean-webpack-plugin": "^3.0.0",
    "jest": "^28.1.1",
    "prettier": "^2.7.1",
    "ts-jest": "^28.0.5",
    "ts-loader": "^9.3.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.7.3",
    "webpack": "^5.10.3",
    "webpack-cli": "^4.2.0"
  }
}
