This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.46 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@xunnamius/conventional-changelog-projector",
"version": "1.2.1",
"description": "⛔️ [DEPRECATED] conventional-changelog @xunnamius/projector preset originally forked from conventional-changelog-conventionalcommits",
"keywords": [
"unconventional",
"conventional",
"conventional-changelog",
"conventional-changelog-conventionalcommits",
"projector",
"deprecated",
"obsolete",
"archived"
],
"repository": {
"type": "git",
"url": "https://github.com/Xunnamius/conventional-changelog-projector"
},
"license": "MIT",
"author": "Xunnamius",
"sideEffects": false,
"main": "index.js",
"types": "./index.d.ts",
"files": [
"/index.js",
"/index.d.ts",
"/defaults.js",
"/templates",
"/LICENSE",
"/package.json",
"/README.md"
],
"scripts": {
"test": "mocha --timeout 30000"
},
"dependencies": {
"assign-deep": "^1.0.1",
"debug": "^4.3.4",
"is-plain-object": "^5.0.0",
"semver": "^7.3.8",
"toss-expression": "^0.1.1"
},
"devDependencies": {
"better-than-before": "^1.0.0",
"chai": "^4.3.7",
"conventional-changelog-core": "https://xunn.at/conventional-changelog-core",
"git-dummy-commit": "^1.3.0",
"jest": "^29.3.1",
"mocha": "^10.2.0",
"prettier": "^2.8.1",
"shelljs": "^0.8.5",
"through2": "^4.0.2"
},
"engines": {
"node": "^14.20.0 || ^16.16.0 || >=18.5.0"
},
"publishConfig": {
"access": "public"
}
}