package.json #591
Closed
PtiteLouise
started this conversation in
General
Replies: 1 comment
-
Ok, nevermind, I found it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! So if I want to host it, I will need to use a json file: package.json:
{
"dependencies": {
"": ""
},
"name": "me",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1",
"start": "node .",
"lint": "eslint ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {},
"description": ""
}
What do I put in the dependencies section please?
Beta Was this translation helpful? Give feedback.
All reactions