{
  "name": "@vercel/stega",
  "version": "0.1.2",
  "description": "Utilities for steganography",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "source": "./src/index.ts",
  "files": [
    "dist"
  ],
  "license": "MPL-2.0",
  "devDependencies": {
    "@jest/globals": "^29.6.1",
    "jest": "^29.6.1",
    "ts-jest": "^29.1.1",
    "tsup": "^6.7.0",
    "typescript": "^4.6.3",
    "@vercel-private/conformance": "1.7.0"
  },
  "access": "public",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "conformance": "vercel-conformance",
    "test": "jest"
  }
}