-
Notifications
You must be signed in to change notification settings - Fork 149
/
package.json
26 lines (26 loc) · 869 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
{
"name": "food-delivery-microservices",
"version": "1.0.0",
"description": "food-delivery-microservices",
"scripts": {
"prepare": "husky && dotnet tool restore",
"install-dev-cert-bash": "curl -sSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v vs2019 -l ~/vsdbg",
"upgrade-packages": "dotnet outdated food-delivery-microservices.sln"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mehdihadeli/food-delivery-microservices.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mehdihadeli/food-delivery-microservices/issues"
},
"homepage": "https://github.com/mehdihadeli/food-delivery-microservices#readme",
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"husky": "^9.0.11",
"npm-check-updates": "^16.14.18"
}
}