Skip to content

feat(#5): [$20 BOUNTY] Add JSON Schema for frontend package.json configuration#73

Open
SKYJAMES777 wants to merge 2 commits into
cuentaprueba244w-dotcom:mainfrom
SKYJAMES777:feat/json-schema
Open

feat(#5): [$20 BOUNTY] Add JSON Schema for frontend package.json configuration#73
SKYJAMES777 wants to merge 2 commits into
cuentaprueba244w-dotcom:mainfrom
SKYJAMES777:feat/json-schema

Conversation

@SKYJAMES777

Copy link
Copy Markdown

Closes #5

Created schemas/package-config.schema.json (draft-07) with:

  • $schema, $id, title, description
  • Properties for name, version, description, main, scripts, dependencies, devDependencies
  • Required fields: name, version

cuentaprueba244w-dotcom and others added 2 commits June 17, 2026 11:02
- Add schemas/package.schema.json using JSON Schema draft-07
- Describes the npm package.json structure used by the frontend
- Includes name, version, scripts, and dependencies properties
- Validates semver patterns and script commands

Closes cuentaprueba244w-dotcom#34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[$20 BOUNTY] [JSON] Create JSON Schema for project data structure

2 participants