forked from frinyvonnick/gitmoji-changelog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 945 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
{
"name": "@gitmoji-changelog/workspace",
"private": true,
"version": "0.0.1",
"description": "Tools for generating changelog based on gitmoji convention https://gitmoji.carloscuesta.me/",
"repository": {
"type": "git",
"url": "git+https://github.com/frinyvonnick/gitmoji-changelog.git"
},
"author": "Yvonnick FRIN (https://github.com/frinyvonnick)",
"license": "MIT",
"bugs": {
"url": "https://github.com/frinyvonnick/gitmoji-changelog/issues"
},
"homepage": "https://github.com/frinyvonnick/gitmoji-changelog#readme",
"scripts": {
"test": "jest",
"test:e2e": "jest --config ./jest.config-e2e.js",
"lint": "eslint packages/**/src"
},
"devDependencies": {
"all-contributors-cli": "^6.9.1",
"eslint": "^5.4.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jest": "^23.5.0",
"lerna": "^2.11.0"
},
"workspaces": [
"packages/*"
]
}