{
  "name": "4nm",
  "version": "0.0.2",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "telegram",
    "telegram-web-apps",
    "twa"
  ],
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "g": "git add . && git commit -m 0 && git push -u origin main -f",
    "test": "tsc --noEmit",
    "build": "tsc",
    "commit": "cz",
    "prerelease": "yarn test && yarn build",
    "release": "standard-version -a",
    "postrelease": "git push --follow-tags origin main & yarn publish --non-interactive"
  },
  "devDependencies": {
    "commitizen": "^4.2.5",
    "cz-conventional-changelog": "3.3.0",
    "npm-run-all": "^4.1.5",
    "standard-version": "^9.5.0",
    "typescript": "^4.8.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
