UNPKG

785 BJSONView Raw
1{
2 "name": "conventional-changelog-atom",
3 "type": "module",
4 "version": "5.0.0",
5 "description": "Atom preset for conventional-changelog.",
6 "author": "Steve Mao",
7 "license": "ISC",
8 "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-atom#readme",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/conventional-changelog/conventional-changelog.git",
12 "directory": "packages/conventional-changelog-atom"
13 },
14 "bugs": {
15 "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
16 },
17 "keywords": [
18 "conventional-changelog",
19 "atom",
20 "preset"
21 ],
22 "engines": {
23 "node": ">=18"
24 },
25 "exports": "./src/index.js",
26 "files": [
27 "src"
28 ]
29}
\No newline at end of file