{
  "name": "fernet-web",
  "version": "1.0.1",
  "description": "A library that implements the Fernet algorithm using the Web Crypto API.",
  "main": "dist/index.js",
  "types":"dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "type": "module",
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/richmiles/fernet-web.git"
  },
  "keywords": [
    "fernet",
    "encryption",
    "decryption",
    "web",
    "crypto",
    "api"
  ],
  "author": "Rich Miles",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/richmiles/fernet-web/issues"
  },
  "homepage": "https://github.com/richmiles/fernet-web#readme",
  "devDependencies": {
    "typescript": "4.9.5"
  }
}
