-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 990 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": "@fightmegg/conventional-changelog-fightme-preset",
"version": "0.0.0",
"description": "conventional-changelog fightme preset",
"main": "src/index.js",
"sideEffects": false,
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fightmegg/conventional-changelog-fightme-preset.git"
},
"keywords": [
"conventional-changelog",
"fightme",
"preset"
],
"files": [
"src"
],
"author": "Ollie Jennings",
"license": "ISC",
"engines": {
"node": ">=10"
},
"bugs": {
"url": "https://github.com/fightmegg/conventional-changelog-fightme-preset/issues"
},
"homepage": "https://github.com/fightmegg/conventional-changelog-fightme-preset#readme",
"dependencies": {
"compare-func": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"conventional-changelog-core": "^4.2.0",
"jest": "^26.4.2",
"jest-junit": "^12.0.0",
"through2": "^4.0.2"
}
}