{
  "name": "js-firewall-creatorseojun-123",
  "version": "1.0.0",
  "description": "실시간 사용자 행동을 분석하여 보안 위협을 감지하는 JS 라이브러리",
  "main": "index.js",
  "scripts": {
    "start": "start demo.html",
    "build": "echo 빌드 완료",
    "test": "echo 테스트 없음",
    "publish": "npm publish"
  },
  "keywords": [
    "security",
    "behavior",
    "firewall",
    "bot-detection",
    "javascript",
    "browser-protection"
  ],
  "author": "박서준",
  "license": "ISC",
  "files": [
    "index.js"
  ]
}