forked from Quenty/NevermoreEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 874 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
40
41
{
"name": "@quenty/nevermore",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Quenty/NevermoreEngine.git"
},
"devDependencies": {
"@auto-it/all-contributors": "^v11.0.4",
"@auto-it/conventional-commits": "^v11.0.4",
"@auto-it/first-time-contributor": "^v11.0.4",
"@auto-it/npm": "^v11.0.4",
"@auto-it/released": "^v11.0.4",
"auto": "^v11.0.4",
"lerna": "^7.1.4",
"moonwave": "^1.0.1"
},
"scripts": {
"release": "auto shipit"
},
"author": "James Onnen <[email protected]>",
"auto": {
"plugins": [
[
"npm",
{
"forcePublish": false
}
],
[
"conventional-commits",
{
"defaultReleaseType": "patch"
}
],
"all-contributors",
"first-time-contributor",
"released"
]
}
}