generated from esnya/template-unitypackage
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
34 lines (34 loc) · 962 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
33
34
{
"name": "com.nekometer.esnya.udon-radio-communication-packages",
"displayName": "Udon Radio Communications",
"version": "5.0.0",
"private": true,
"description": "Simplified radio communication system for VRChat Udon worlds.",
"homepage": "https://github.com/esnya/UdonRadioCommunication#readme",
"bugs": {
"url": "https://github.com/esnya/UdonRadioCommunication/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esnya/UdonRadioCommunication.git"
},
"license": "MIT",
"author": {
"name": "esnya"
},
"workspaces": [
"Packages/*"
],
"scripts": {
"publish": "npm publish -ws",
"version": "npm version -ws ${npm_package_version}"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "^9.0.1",
"semantic-release": "^20.1.0",
"semantic-release-gitmoji": "^1.4.5"
},
"unity": "2019.4"
}