
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
task-definition-ts
Advanced tools
A TypeScript-based ecs task definition generator.

pnpm add -D task-definition-ts
taskdefinition.ts file.import { defineTaskDefinition } from "task-definition-ts";
defineTaskDefinition(
{
// Your task definition goes here
},
// The default output directory is the same as where this file is located
// e.g. if file path is .github/task-defenition/express.ts, .github/task-defenition/express.json is generated.
"path/to/taskdefinition",
);
npx tsx taskdefenition.ts
If you want to completely remove the JSON file from the codebase, you can generate it on demand in the CI pipeline.
Unfortunately, the package manager doesn't seem to offer a feature to install just one package when a package.json file exists in the project.
So, if you want to use this package without installing all dependencies, you can use this script.
git clone https://github.com/shoma-mano/task-definition-ts ./node_modules/task-definition-ts
This package generates AWS ECS Task Definitions using TypeScript. Please note that the types used in this project were auto-generated by giving docs info to AI, so there might be some inaccuracies or missing definitions.
If you find any issues or improvements, feel free to open a pull request (PR) to help us improve the package.
FAQs
A TypeScript-based ecs task definition generator.
We found that task-definition-ts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.