{
  "name": "panda-confidential",
  "version": "3.1.2",
  "description": "Simple, extensible interface for the tweetnacl-js cryptography library",
  "keywords": [
    "encryption",
    "PKE",
    "public key encryption",
    "symmetric encryption",
    "asymmetric encryption",
    "browser",
    "node",
    "universal"
  ],
  "homepage": "https://github.com/pandastrike/panda-confidential#readme",
  "bugs": {
    "url": "https://github.com/pandastrike/panda-confidential/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pandastrike/panda-confidential.git"
  },
  "license": "MIT",
  "contributors": [
    {
      "name": "Dan Yoder",
      "email": "dan@pandastrike.com"
    },
    {
      "name": "David Harper",
      "email": "david@pandastrike.com"
    }
  ],
  "exports": {
    ".": {
      "browser": "./build/browser/src/index.js",
      "node": "./build/node/src/index.js"
    }
  },
  "main": "build/node/src/index.js",
  "files": [
    "build/browser/src",
    "build/node/src"
  ],
  "scripts": {
    "test": "genie test"
  },
  "dependencies": {
    "@dashkite/bake": "^0.0.6",
    "@dashkite/joy": "^0.3.15",
    "@dashkite/tweetnacl": "^1.0.3"
  },
  "devDependencies": {
    "@dashkite/amen": "^0.1.2",
    "@dashkite/amen-console": "^0.0.1",
    "@dashkite/assert": "^0.1.3",
    "@dashkite/genie": "^0.5.4",
    "@dashkite/genie-presets": "^0.5.3"
  }
}
