- 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
28 lines
722 B
JSON
28 lines
722 B
JSON
{
|
|
"name": "@babel/helper-module-imports",
|
|
"version": "7.28.6",
|
|
"description": "Babel helper functions for inserting module loads",
|
|
"author": "The Babel Team (https://babel.dev/team)",
|
|
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-helper-module-imports"
|
|
},
|
|
"main": "./lib/index.js",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.28.6",
|
|
"@babel/types": "^7.28.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"type": "commonjs"
|
|
} |