-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 908 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "idosotech",
"version": "1.0.0",
"description": "Projeto Idoso Tech",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pre-commit": "prettier --write \"./**/*.{js,jsx,json,html}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ICEI-PUC-Minas-PMV-SI/pmv-si-2022-1-e1-proj-web-t2-idoso-tech.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ICEI-PUC-Minas-PMV-SI/pmv-si-2022-1-e1-proj-web-t2-idoso-tech/issues"
},
"homepage": "https://github.com/ICEI-PUC-Minas-PMV-SI/pmv-si-2022-1-e1-proj-web-t2-idoso-tech#readme",
"dependencies": {
<<<<<<< HEAD
"json-server": "^0.17.0"
},
"devDependencies": {}
=======
"json-server": "^0.17.0",
"prettier": "^2.6.2"
}
>>>>>>> 0e819396852a0bae6dfa9edf279196461eb4a30b
}