-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 905 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
35
36
37
38
39
{
"name": "@iam1337/create-unitypackage",
"description": "semantic-release plugin to create unitypackage",
"version": "1.1.0",
"homepage": "https://github.com/Iam1337/create-unitypackage",
"repository": {
"type": "git",
"url": "git+https://github.com/Iam1337/create-unitypackage.git"
},
"type": "module",
"license": "MIT",
"author": "dr. ext",
"keywords": [
"automation",
"module",
"package",
"unity",
"unitypackage",
"release",
"semver",
"version",
"semantic-release"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@semantic-release/error": "^3.0.0",
"aggregate-error": "^3.0.0",
"glob": "^7.1.0",
"lodash-es": "^4.17.21",
"unitypackage": "^1.0.7",
"json": "^11.0.0"
},
"peerDependencies": {
"semantic-release": ">=19.0.0"
}
}