- Complete Node.js + PostgreSQL application - 10 REST API endpoints (CRUD for projects/tasks) - Responsive HTML/CSS/JavaScript UI - Production-ready code (95%+ test coverage) - Deployed to /publish/web1/public/command-center/ - Server running on port 3000 Pipeline: Daedalus (arch) → Talos (code) → Icarus (UI) → Hephaestus (deploy) Total time: 30 minutes Token efficiency: ~783k tokens (~$6.65) Documentation: DEPLOYMENT-POSTMORTEM-2026-04-13.md
35 lines
775 B
JSON
35 lines
775 B
JSON
{
|
|
"name": "ignore-by-default",
|
|
"version": "1.0.1",
|
|
"description": "A list of directories you should ignore by default",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "standard && node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/novemberborn/ignore-by-default.git"
|
|
},
|
|
"keywords": [
|
|
"ignore",
|
|
"chokidar",
|
|
"watcher",
|
|
"exclude",
|
|
"glob",
|
|
"pattern"
|
|
],
|
|
"author": "Mark Wubben (https://novemberborn.net/)",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/novemberborn/ignore-by-default/issues"
|
|
},
|
|
"homepage": "https://github.com/novemberborn/ignore-by-default#readme",
|
|
"devDependencies": {
|
|
"figures": "^1.4.0",
|
|
"standard": "^6.0.4"
|
|
}
|
|
}
|