{
  "name": "bcbp",
  "version": "6.0.2",
  "description": "Encoding/decoding library for the IATA Bar Coded Boarding Pass",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.esm.d.ts",
  "repository": "github:georgesmith46/bcbp",
  "scripts": {
    "build": "rollup -c",
    "test": "jest --testPathIgnorePatterns=\"/node_modules/\", \"/test/\"",
    "test:timezone": "TZ=America/Santiago npm run test && TZ=Europe/Berlin npm run test && TZ=America/Los_Angeles npm run test",
    "test:smoke": "jest test/smoke.test.js",
    "release": "npx semantic-release",
    "release-dry-run": "npx semantic-release-github-pr --debug"
  },
  "author": {
    "name": "George Smith <georges8899@gmail.com>"
  },
  "license": "MIT",
  "sideEffects": false,
  "devDependencies": {
    "@babel/core": "^7.21.0",
    "@babel/plugin-transform-runtime": "^7.21.0",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.21.0",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "babel-jest": "^29.5.0",
    "date-fns": "^2.29.3",
    "jest": "^29.5.0",
    "prettier": "^3.0.2",
    "rollup": "^4.1.5",
    "rollup-plugin-ts": "^3.2.0",
    "semantic-release": "^22.0.5",
    "semantic-release-github-pr": "^6.0.1",
    "typescript": "^5.0.4"
  },
  "keywords": [
    "iata",
    "boarding pass",
    "barcode",
    "encode",
    "decode"
  ]
}
