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-toolbuilder-cil/package.json

24 lines
638 B
JSON
Raw Normal View History

2021-09-10 17:33:42 +00:00
{
"name": "mfgames-toolbuilder",
"version": "2.0.1",
2021-09-10 17:33:42 +00:00
"private": true,
"scripts": {
2021-11-30 04:33:07 +00:00
"prepare": "husky install",
"build": "dotnet build",
"test": "dotnet test"
2021-09-10 17:33:42 +00:00
},
"devDependencies": {
"@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:33:42 +00:00
"commitlint-gitlab-ci": "^0.0.4",
"husky": "^7.0.2",
"semantic-release": "^18.0.1",
2021-09-10 17:33:42 +00:00
"semantic-release-dotnet": "^1.0.0",
"semantic-release-nuget": "^1.1.1"
2021-09-10 17:33:42 +00:00
}
}