Skip to content

Commit

Permalink
Merge pull request #1503 from Mindful-AI-Assistants/FabianaCampanari-…
Browse files Browse the repository at this point in the history
…patch-1

Update package.json
  • Loading branch information
FabianaCampanari authored Sep 2, 2024
2 parents 10f67e0 + b3c1e15 commit cd70e46
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
{
"name": "demo-repo",
"version": "0.2.0",
"description": "A sample package.json",
"name": "HackaPUCSP",
"version": "1.0.0",
"description": "Descrição do seu projeto",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "webpack"
},
"author": "Fabiana Campanari",
"license": "MIT",
"dependencies": {
"@primer/css": "21.1.1"
"pacote1": "^1.0.0",
"pacote2": "^2.0.0"
},
"license": "MIT"
"devDependencies": {
"pacote-dev1": "^1.0.0",
"pacote-dev2": "^2.0.0"
}
}

0 comments on commit cd70e46

Please sign in to comment.