This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-testsetup-cil/package.json

24 lines
636 B
JSON
Raw Normal View History

2021-09-10 17:12:49 +00:00
{
"name": "mfgames-testsetup",
"version": "1.0.4",
2021-09-10 17:12:49 +00:00
"private": true,
"scripts": {
2021-12-07 23:09:00 +00:00
"prepare": "husky install",
"build": "dotnet build",
"test": "dotnet test"
2021-09-10 17:12:49 +00:00
},
"devDependencies": {
2021-12-07 23:09:00 +00:00
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/gitlab": "^7.0.4",
"@semantic-release/npm": "^8.0.3",
2021-09-10 17:12:49 +00:00
"commitlint-gitlab-ci": "^0.0.4",
"husky": "^7.0.2",
2021-12-07 23:09:00 +00:00
"semantic-release": "^18.0.1",
2021-09-10 17:12:49 +00:00
"semantic-release-dotnet": "^1.0.0",
"semantic-release-nuget": "^1.1.1"
2021-09-10 17:12:49 +00:00
}
}