{
  "name": "typescript-yandex-metrica",
  "version": "1.0.1",
  "description": "Yandex Metrica async typescript Implementation",
  "main": "index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepare" : "npm run build",
    "prepublishOnly" : "npm run lint",
    "preversion" : "npm run lint",
    "version" : "npm run format && git add -A src",
    "postversion" : "git push && git push --tags"
  },

  "repository": {
    "type": "git",
    "url": "git+https://github.com/Manfredik/typescript-yandex-metrica.git"
  },
  "keywords": ["Yandex", "Metrika", "Typescript"],
  "author": "Denis Malyavkin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Manfredik/typescript-yandex-metrica/issues"
  },
  "homepage": "https://github.com/Manfredik/typescript-yandex-metrica#readme",
  "devDependencies": {
    "prettier": "^2.3.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.2.4"
  },
  "files": ["lib/**/*"]
}
