-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "translationWords",
"version": "1.0.0",
"description": "A tool to comprehensively check the meaning of key terms in the Bible using a set of clear, concise definitions and including suggestions for translation.",
"title": "translationWords",
"main": "index.js",
"scripts": {
"test": "eslint ./index.js && jest"
},
"jest": {
"collectCoverageFrom": [
"index.js",
"!**/node_modules/**"
],
"coverageDirectory": "coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/translationCoreApps/translationWords.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/translationCoreApps/translationWords/issues"
},
"homepage": "https://github.com/translationCoreApps/translationWords#readme",
"display": "app",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"checking-tool-wrapper": "1.0.0",
"crowdin-api": "2.0.2",
"eslint": "^5.15.3",
"gulp": "^3.9.1",
"jest": "^24.1.0",
"react-dom": "^16.8.6",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"tc-tool": "3.0.2"
},
"peerDependencies": {
"tc-tool": "^2.1.0",
"react-redux": "^5.0.6"
}
}