forked from mainmatter/ember-intl-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.23 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": "ember-intl-analyzer",
"version": "4.6.0",
"description": "Find unused translations in your Ember.js projects",
"homepage": "https://github.com/Mainmatter/ember-intl-analyzer",
"repository": "[email protected]:Mainmatter/ember-intl-analyzer.git",
"license": "MIT",
"author": "Tobias Bieniek <[email protected]>",
"files": [
"bin",
"index.js"
],
"bin": {
"ember-intl-analyzer": "bin/cli.js"
},
"scripts": {
"changelog": "lerna-changelog",
"release": "release-it",
"lint": "eslint . --cache",
"test": "jest"
},
"dependencies": {
"@babel/parser": "^7.13.15",
"@babel/traverse": "^7.13.17",
"@glimmer/syntax": "^0.80.0",
"chalk": "^4.1.1",
"content-tag": "^1.1.2",
"emblem": "^0.12.1",
"esm": "^3.2.25",
"globby": "^11.0.3",
"pkg-dir": "^5.0.0",
"yaml": "^1.10.2"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "28.1.3",
"lerna-changelog": "2.2.0",
"prettier": "2.8.8",
"release-it": "14.14.3",
"release-it-lerna-changelog": "4.0.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
}