{
  "name": "@owlnext/heimdall-js",
  "version": "1.0.20",
  "description": "Heimdall API client &amp; utils for javascript technologies",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "rm -rf ./dist && npm run build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/owlnext-fr/heimdallJS.git"
  },
  "keywords": [
    "heimdall",
    "api",
    "crypt",
    "security"
  ],
  "author": "Owlnext",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/owlnext-fr/heimdallJS/issues"
  },
  "homepage": "https://github.com/owlnext-fr/heimdallJS#readme",
  "devDependencies": {
    "@types/jest": "^27.5.2",
    "dotenv": "^10.0.0",
    "jest": "^27.5.1",
    "ts-jest": "^27.1.5"
  },
  "dependencies": {
    "@fingerprintjs/fingerprintjs": "^3.4.0",
    "@types/crypto-js": "^4.1.1",
    "@types/uuid": "^8.3.4",
    "axios": "^0.24.0",
    "crypto-js": "^4.1.1",
    "js-sha512": "^0.8.0",
    "nodejs-base64": "^2.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5",
    "uuid": "^8.3.2"
  }
}