{
  "name": "devkey",
  "version": "0.0.1-pre",
  "description": "Secure API key management library for developers",
  "main": "dist/index.js",
  "type": "module",
  "exports": {
    ".": "./dist/index.js"
  },
  "scripts": {
    "build:lib": "esbuild lib/index.js --bundle --outfile=dist/index.js --platform=node --format=esm",
    "start:web": "cd web && npm start",
    "build:web": "cd web && npm run build",
    "prepublishOnly": "npm run build:lib",
    "publish": "npm publish --access public"
  },
  "keywords": [
    "api",
    "key",
    "management",
    "security",
    "encryption",
    "development"
  ],
  "author": "AiGenius",
  "license": "MIT",
  "devDependencies": {
    "esbuild": "^0.19.12"
  }
}
