{
  "name": "base45-ts",
  "description": "type-safe base45 encoder and decoder",
  "type": "module",
  "main": "./lib/base45.js",
  "types": "./lib/base45.d.ts",
  "version": "1.0.3",
  "homepage": "https://github.com/lovasoe/base45-ts",
  "author": {
    "name": "Dirk-Willem van Gulik",
    "email": "dirkx@apache.org"
  },
  "contributors": [
    {
      "name": "Steve Kellaway",
      "email": "steve.kellaway@mefitihe.com"
    },
    {
      "name": "Ophir LOJKINE"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lovasoa/base45-ts"
  },
  "bugs": {
    "url": "https://github.com/lovasoa/base45-ts/issues"
  },
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "https://github.com/lovasoa/base45-ts/blob/master/LICENSE-ASF-2.0.txt"
    }
  ],
  "engines": {
    "node": ">= 0.6.0"
  },
  "scripts": {
    "test": "npm run build && mocha test",
    "build": "tsc"
  },
  "devDependencies": {
    "mocha": "^8.3.2",
    "typescript": "^4.3.4"
  },
  "keywords": [
    "codec",
    "dgc",
    "ehn",
    "QR code"
  ],
  "vsTest": {
    "testRoot": "./test"
  }
}
