{
  "name": "wasm-yescryptr32-hash",
  "version": "1.0.5",
  "description": "WASM JS binding for yescryptR32 hashing algorithm",
  "main": "./lib/yescryptr32.js",
  "scripts": {
    "build": "scripts/build_normal.sh",
    "lint": "eslint .",
    "test": "npm run test:mocha && npm run test:browsers",
    "test:mocha": "mocha 'test/**/*.spec.js'",
    "test:browsers": "karma start karma.conf.js --single-run",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unifyroom/wasm-yescryptr32-hash.git"
  },
  "keywords": [
    "yescryptR32",
    "unifyroom",
    "hash",
    "256",
    "crypto",
    "cryptocurrency"
  ],
  "author": {
    "name": "Mr. Heisenberg",
    "email": "unifyroomcoin@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/unifyroom/wasm-yescryptr32-hash/issues"
  },
  "homepage": "https://github.com/unifyroom/wasm-yescryptr32-hash#readme",
  "devDependencies": {
    "chai": "^4.3.6",
    "eslint": "^8.18.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "karma": "^6.4.0",
    "karma-browserify": "^8.1.0",
    "karma-chrome-launcher": "^3.1.1",
    "karma-firefox-launcher": "^2.1.3",
    "karma-mocha": "^2.0.1",
    "mocha": "^10.0.0"
  }
}
