- Prettier for code formatting
- ESLint for linting
- Standard configuration files
🤖 Generated with Claude Code
28 lines
688 B
JSON
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"
|
|
}
|
|
}
|