{
  "name": "@aws-crypto/serialize",
  "version": "4.2.2",
  "scripts": {
    "prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
    "lint": "run-s lint-*",
    "lint-eslint": "eslint src/*.ts test/**/*.ts",
    "lint-prettier": "prettier -c src/*.ts test/**/*.ts",
    "mocha": "mocha --require ts-node/register test/**/*test.ts",
    "test": "npm run lint && npm run coverage",
    "coverage": "nyc -e .ts npm run mocha"
  },
  "author": {
    "name": "AWS Crypto Tools Team",
    "email": "aws-crypto-tools-team@amazon.com",
    "url": "https://github.com/aws/aws-encryption-sdk-javascript"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@aws-crypto/material-management": "^4.2.2",
    "asn1.js": "^5.3.0",
    "bn.js": "^5.2.3",
    "tslib": "^2.2.0",
    "uuid": "^10.0.0"
  },
  "sideEffects": false,
  "main": "./build/main/src/index.js",
  "module": "./build/module/src/index.js",
  "types": "./build/main/src/index.d.ts",
  "files": [
    "build/**/src/*"
  ],
  "gitHead": "fcaf49f31821f8453f8ad34e9766efd39084c5ca"
}
