{
  "name": "devcodes-website",
  "version": "1.0.0",
  "description": "Instantly generate a beautiful, modern website for any Discord bot. Powered by devcodes. Customise colours, features, commands, stats and more.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=16.9.0"
  },
  "keywords": [
    "discord",
    "discord-bot",
    "bot-website",
    "bot-landing-page",
    "devcodes",
    "express",
    "typescript"
  ],
  "author": "azaresw",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/azaresw/devcodes-website.git"
  },
  "bugs": {
    "url": "https://discord.gg/ESh2Dp2xX9"
  },
  "dependencies": {
    "express": "^4.19.2"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^20.11.5",
    "typescript": "^5.3.3"
  }
}
