Merge pull request #91 from actions/adding-config-file

Adding configuration options
This commit is contained in:
Federico Builes
2022-06-06 20:32:21 +02:00
committed by GitHub
15 changed files with 8754 additions and 31 deletions

View File

@@ -32,6 +32,7 @@
"ansi-styles": "^6.1.0",
"got": "^12.1.0",
"nodemon": "^2.0.16",
"yaml": "^2.1.0",
"zod": "^3.17.3"
},
"devDependencies": {
@@ -50,4 +51,4 @@
"ts-jest": "^27.1.4",
"typescript": "^4.7.3"
}
}
}