-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 943 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
42
43
44
{
"version": "0.10.0",
"license": "MIT",
"private": true,
"repository": "https://github.com/fabscale/ember-gettext",
"workspaces": [
"packages/gettext-parser",
"packages/ember-l10n"
],
"scripts": {
"lint:js": "eslint . --cache"
},
"devDependencies": {
"@babel/eslint-parser": "~7.22.5",
"@release-it-plugins/lerna-changelog": "~5.0.0",
"@release-it-plugins/workspaces": "~3.2.0",
"eslint": "~8.46.0",
"fabscale-eslint-config": "~1.6.0",
"prettier": "~2.8.0",
"release-it": "~15.11.0"
},
"engines": {
"node": ">= 14"
},
"release-it": {
"plugins": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md"
},
"@release-it-plugins/workspaces": {}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true
},
"npm": false
},
"volta": {
"node": "16.17.1",
"yarn": "1.22.19"
}
}