Files
blackroad-os-pitstop-repo/package.json
Alexa Louise afa0198f25 Add standard NPM automation
- Prettier for code formatting
- ESLint for linting
- Standard configuration files

🤖 Generated with Claude Code
2025-12-28 22:16:01 -06:00

28 lines
688 B
JSON

{
"name": "blackroad-pitstop",
"version": "1.0.0",
"description": "Secure authentication portal for BlackRoad OS metaverse systems",
"main": "index.html",
"scripts": {
"dev": "python3 -m http.server 8000",
"deploy": "wrangler pages deploy . --project-name=blackroad-pitstop"
},
"keywords": [
"blackroad",
"authentication",
"portal",
"secure",
"metaverse"
],
"author": "BlackRoad OS, Inc. <blackroad.systems@gmail.com>",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/blackboxprogramming/blackroad-pitstop.git"
},
"devDependencies": {
"eslint": "^9.39.2",
"prettier": "^3.7.4"
}
}