{
  "name": "@nanhanglim/validate-telegram-webapp-data",
  "version": "2.0.3",
  "description": "to validate data received via telegram web app",
  "main": "./src/index.ts",
  "scripts": {
    "build": "tsup",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "nanhanglim",
  "license": "ISC",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nanhanglim/validate-telegram-webapp-data.git"
  },
  "bugs": {
    "url": "https://github.com/nanhanglim/validate-telegram-webapp-data/issues"
  },
  "homepage": "https://github.com/nanhanglim/validate-telegram-webapp-data#readme",
  "devDependencies": {
    "@types/node": "^20.11.7",
    "@typescript-eslint/eslint-plugin": "^6.19.1",
    "eslint": "^8.56.0",
    "eslint-config-standard-with-typescript": "^43.0.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-promise": "^6.1.1",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  }
}
