Skip to content

Commit

Permalink
Install express and edit package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
unamednada committed Jul 13, 2022
1 parent 3c4e6d8 commit 0e7e69d
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
{
"name": "sd-0x-project-shopping-cart",
"version": "1.0.0",
"description": "Você já usa o GitHub diariamente para desenvolver os exercícios, certo? Agora, para desenvolver os projetos, você deverá seguir as instruções a seguir. Fique atento a cada passo, e se tiver qualquer dúvida, nos envie por _Slack_! #vqv 🚀",
"main": "script.js",
"scripts": {
"lint": "eslint --no-inline-config --no-error-on-unmatched-pattern -c .eslintrc.json . --ext .js",
"lint:styles": "stylelint **/*.css --config .stylelintrc.json --ignore-disables --allow-empty-input"
"lint:styles": "stylelint **/*.css --config .stylelintrc.json --ignore-disables --allow-empty-input",
"start": "npm i && node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betrybe/sd-0x-block10-project-shopping-cart.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/betrybe/sd-0x-block10-project-shopping-cart/issues"
},
"homepage": "https://github.com/betrybe/sd-0x-block10-project-shopping-cart#readme",
"dependencies": {
"eslint": "6.8.0",
"eslint-config-trybe-fundamentals": "1.1.0",
Expand Down

0 comments on commit 0e7e69d

Please sign in to comment.