-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 994 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
27
28
29
30
31
32
{
"name": "games.corundum.codegen",
"displayName": "CorundumGames.Codegen",
"version": "0.1.9",
"unity": "2021.1",
"description": "Codegen plugins for Entitas",
"keywords": [
"Entitas",
"Roslyn",
"code generation",
"codegen"
],
"license": "MIT",
"author": {
"name": "Jesse Talavera-Greenberg",
"email": "[email protected]",
"url": "https://corundum.games"
},
"repository": "https://github.com/CorundumGames/CorundumGames.Codegen",
"homepage": "https://github.com/CorundumGames/CorundumGames.Codegen",
"documentationUrl": "https://github.com/CorundumGames/CorundumGames.Codegen#readme",
"devDependencies": {
"semantic-release": "^19.0.2",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/github": "^8.0.2",
"semantic-release-dotnet": "^1.0.0",
"minimist": ">=1.2.6"
}
}