-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 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
{
"name": "@oriflame/conventional-changelog",
"version": "1.2.58",
"description": "Conventional changelog preset for oriflame and associated projects.",
"keywords": [
"conventional-changelog",
"oriflame",
"preset"
],
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
"engines": {
"node": ">=16.12.0",
"npm": ">=8.1.0"
},
"files": [
"dts/**/*.d.ts",
"lib/**/*.{js,map}",
"src/**/*.{ts,tsx,json}",
"templates/**/*.hbs"
],
"publishConfig": {
"access": "public"
},
"repository": {
"url": "https://github.com/Oriflame/conventional-changelog-tools",
"directory": "packages/conventional-changelog"
},
"author": "Jan Silhan",
"license": "MIT",
"scripts": {
"prepack": "node ../../scripts/pre-pack.js"
},
"dependencies": {
"@oriflame/conventional-changelog-types": "^1.0.63"
},
"devDependencies": {
"@types/tmp": "^0.2.3",
"conventional-changelog-core": "^4.2.4",
"conventional-recommended-bump": "^6.1.0",
"tmp": "^0.2.1"
},
"packemon": {
"format": "lib",
"platform": "node",
"support": "current"
}
}