-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 765 Bytes
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
{
"name": "timetracking",
"version": "1.0.0",
"description": "This API is designed to use CQRS + Event Sourcing",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "cd Visma.TimeTracking.API/ && env $(cat ../.env | xargs) dotnet watch run",
"test": "ls Visma.TimeTracking.Tests/project.json | xargs -n 1 dotnet test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mayconbeserra/timetracking.git"
},
"keywords": [
"dotnet;",
"c#;",
"cqrs;",
"eventsourcing"
],
"author": "Maycon Beserra",
"license": "MIT",
"bugs": {
"url": "https://github.com/mayconbeserra/timetracking/issues"
},
"homepage": "https://github.com/mayconbeserra/timetracking#readme"
}