-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 KB
/
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
42
43
44
45
46
47
48
49
{
"name": "@sonia-corporation/conventional-changelog-tester",
"version": "1.0.0",
"author": {
"email": "[email protected]",
"name": "Geoffrey 'C0ZEN' Testelin",
"url": "https://github.com/C0ZEN"
},
"contributors": [
{
"email": "[email protected]",
"name": "Geoffrey 'C0ZEN' Testelin",
"url": "https://github.com/C0ZEN"
}
],
"homepage": "https://github.com/Sonia-corporation/conventional-changelog-tester",
"maintainers": [
{
"email": "[email protected]",
"name": "Geoffrey 'C0ZEN' Testelin",
"url": "https://github.com/C0ZEN"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Sonia-corporation/conventional-changelog-tester.git"
},
"bugs": {
"url": "https://github.com/Sonia-corporation/conventional-changelog-tester/issues"
},
"engines": {
"npm": "7.24.2"
},
"private": false,
"scripts": {
"release:testing": "node index.js"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.2",
"@sonia-corporation/conventional-changelog": "1.1.0",
"@types/node": "16.11.12",
"commitizen": "4.2.4",
"dotenv": "10.0.0",
"semantic-release": "18.0.1"
}
}