-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 982 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 982 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
30
31
{
"name": "udon-sun-controller",
"displayName": "Udon Sun Controller",
"version": "4.1.0",
"private": true,
"description": "Udon Sun Controller provides the ability to freely control the Directional Light at runtime for your VRChat Udon world.",
"homepage": "https://github.com/esnya/UdonSunController#readme",
"bugs": {
"url": "https://github.com/esnya/UdonSunController/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esnya/UdonSunController.git"
},
"license": "MIT",
"author": {
"name": "esnya"
},
"scripts": {
"postversion": "foreach Packages/*/ \"npm --prefix #{path} version ${npm_package_version}\""
},
"devDependencies": {
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/npm": "^13.1.5",
"foreach-cli": "^1.8.1",
"semantic-release": "^25.0.3",
"semantic-release-gitmoji": "^1.6.9"
}
}