{
  "name": "@openpgp/tweetnacl",
  "version": "1.0.4-2",
  "description": "Port of TweetNaCl cryptographic library to JavaScript",
  "type": "module",
  "main": "nacl-fast.js",
  "types": "nacl.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test-node": "tape-es 'test/*.js' -t 1 | tap-summary",
    "test": "npm run test-node",
    "bench": "node test/benchmark/bench.js",
    "lint": "eslint *.js test/*.js test/benchmark/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openpgpjs/tweetnacl-js.git"
  },
  "keywords": [
    "crypto",
    "cryptography",
    "curve25519",
    "ed25519",
    "encrypt",
    "hash",
    "key",
    "nacl",
    "poly1305",
    "public",
    "salsa20",
    "signatures"
  ],
  "author": "TweetNaCl-js contributors",
  "license": "Unlicense",
  "homepage": "https://tweetnacl.js.org",
  "devDependencies": {
    "eslint": "^8.51.0",
    "tap-browser-color": "^0.1.2",
    "tap-summary": "^4.0.0",
    "tape-es": "^1.2.17",
    "tweetnacl-util": "^0.15.0"
  },
  "browser": {
    "./crypto.js": "./cryptoBrowser.js",
    "buffer": false,
    "crypto": false,
    "node:crypto": false
  }
}
