{
  "name": "pmp_crypto_utils",
  "version": "1.0.8",
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "typescript": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YurovskyyAndriy/pmp_crypto_utils.git"
  },
  "keywords": [
    "crypto",
    "utils"
  ],
  "author": "Your Name",
  "license": "MIT",
  "files": [
    "dist/**/*"
  ]
}
