package-json

Generate a project root package.json with latest npm dependencies and scripts.

Updated Nov 20, 2025
One-click install
npx skills add https://github.com/sayali-ingle-pdl/adusa-ai-vuejs-app-template --skill package-json
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-json
Source: https://github.com/sayali-ingle-pdl/adusa-ai-vuejs-app-template/tree/main/.github/agents/app-starter/agents-context/skills/package-json
Command: npx skills add https://github.com/sayali-ingle-pdl/adusa-ai-vuejs-app-template --skill package-json

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the generation of a complete package.json for Vue/NPM projects, ensuring all essential dependencies, devDependencies, and scripts are included with the latest versions from npm.

Core Features & Use Cases

  • Generate a project root package.json with dependencies, devDependencies, and scripts based on the latest npm versions.
  • Fetch and resolve latest versions from npm and template them into the file.
  • Validate JSON structure and write to project root as package.json.

Quick Start

Generate the package.json at the project root using the latest versions from npm.

Frequently Asked Questions about package-json

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate a package.json with the latest npm dependencies?

To automatically generate a package.json with the latest npm dependencies, this skill prompts for application inputs like name, port, type, and test framework, then resolves and templates the newest package versions from npm into a validated JSON file at your project root.

Can I create a package.json for a micro-frontend setup?

Yes, you can create a package.json for a micro-frontend setup. The generator supports both standalone and micro-frontend configurations according to the specific application inputs and project structure you provide during the prompt sequence.

How does package.json generation handle devDependencies and scripts?

Package.json generation handles devDependencies and scripts by fetching the latest versions from npm and templating them directly into the file structure. It configures essential development tools and automation scripts based on your selected test framework and state management inputs.

Do I need to manually specify npm package versions when creating a package.json?

No, you do not need to manually specify npm package versions when creating a package.json. The skill automatically queries npm to resolve the latest versions for all required dependencies and devDependencies, then validates the JSON structure before writing the output.

What is the best way to configure a Vue project package.json automatically?

The best way to configure a Vue project package.json automatically is to use a templating approach that fetches the newest npm versions. This skill prompts for Vue-specific inputs like state management and test frameworks, then generates a ready-to-use file with proper naming conventions and module types.