{
  "name": "rekor",
  "version": "0.2.0",
  "license": "Apache-2.0",
  "repository": "https://github.com/pdeslaur/npm-library/tree/main/packages/rekor",
  "author": "Philippe Deslauriers <1692704+pdeslaur@users.noreply.github.com>",
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^10.0.1",
    "json-schema-to-typescript": "^11.0.2",
    "openapi-typescript-codegen": "^0.22.0",
    "rollup": "^3.9.0",
    "sigstore": "^0.2.0",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4"
  },
  "scripts": {
    "dist": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
    "codegen": "./hack/update_codegen.sh",
    "lint": "echo 'no lint'",
    "test": "echo 'no test'"
  }
}