package.json
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
I needed to move vscode from dependencies to devDependencies because this is a core module.
"dependencies": {
"vscode-languageclient": "^5.2.1",
"viz.js": "1.8.1"
},
"devDependencies": {
"vscode": "^1.1.36",
"@types/node": "^12.7.8",
"typescript": "^3.6.3"
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting package.json, especially the dependencies and devDependencies sections, and compare the current contents with the issue's requested placement of vscode. Verify the resulting dependency classification with the project's install or build workflow; done means the intended package appears in the correct section without breaking setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100