Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
馃摝 Added package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Slqmy committed Jun 12, 2023
1 parent 999e605 commit bb700e3
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"name": "youtube-clone",
"description": "This was a project I did to learn HTML and CSS. I followed a YouTube course by @SuperSimpleDev and this project was part of the course. I highly recommend the course for beginners who want to learn HTML and CSS.",
"author": "@馃崏 Slqmy#5014",
"version": "1.0.0",
"license": "ISC",
"keywords": [
"css",
"html",
"learning",
"youtube",
"clone",
"project",
"css-grid",
"html-css",
"cascading-style-sheets",
"css-grid-layout",
"htmlcss",
"css-flexbox",
"youtube-clone",
"hypertext-markup-language",
"css-html",
"clone-app",
"csshtml",
"supersimpledev",
"hypertextmarkuplanguage",
"cascadingstylesheets"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Slqmy/YouTube-Homepage-Clone.git"
},
"bugs": {
"url": "https://github.com/Slqmy/YouTube-Homepage-Clone/issues"
},
"homepage": "https://github.com/Slqmy/YouTube-Homepage-Clone#readme",
"scripts": {
"prettier": "npx prettier --write .",
"format": "npx prettier --write .",
"prettier:check": "npx prettier --check .",
"format:check": "npx prettier --check .",
"check-prettier": "npx prettier --check .",
"eslint": "npx eslint --fix .",
"eslint:check": "npx eslint ."
},
"devDependencies": {
"@html-eslint/eslint-plugin": "^0.19.0",
"@html-eslint/parser": "^0.19.0",
"eslint": "^8.42.0",
"eslint-plugin-html": "^7.1.0",
"prettier": "2.8.8"
}
}

0 comments on commit bb700e3

Please sign in to comment.