Skip to content

fix(backend): add missing metadata and scripts to package.json - #12

Open
Aspect022 wants to merge 1 commit into
Kush-012:mainfrom
Aspect022:fix/backend-package-json
Open

fix(backend): add missing metadata and scripts to package.json#12
Aspect022 wants to merge 1 commit into
Kush-012:mainfrom
Aspect022:fix/backend-package-json

Conversation

@Aspect022

@Aspect022 Aspect022 commented Feb 8, 2026

Copy link
Copy Markdown

Summary

Fixes #5

The package.json was missing standard npm package fields.

Changes

  • Added
    ame, version, and description metadata
  • Added main entry point (index.js)
  • Added scripts:

npm start → runs node index.js

npm run dev → runs nodemon index.js

Testing

Run from the / directory:

npm run dev

Server should start on port 4500.

- Add name, version, and description fields
- Add main entry point
- Add start and dev npm scripts

Fixes Kush-012#5
@Aspect022

Copy link
Copy Markdown
Author

Also please add the Label of OSCG

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.

Critical: Malformed Backend package.json

1 participant