-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1012 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
{
"name": "proffy",
"version": "1.0.0",
"description": "<h1 align=\"center\">\r <img alt=\"Banner Proffy\" title=\"#BannerProffy\" src=\"./assets/screenshots/banner.png\" />\r <!-- <p align=\"center\">:green_book: Plataforma de estudos online conectando alunos e professores </p> -->",
"homepage": "https://github.com/marcel099/nlw-2-proffy#readme",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/marcel099/nlw-2-proffy.git"
},
"bugs": {
"url": "https://github.com/marcel099/nlw-2-proffy/issues"
},
"main": "index.js",
"scripts": {
"commit": "git-cz",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}