forked from winify-ag/setup-phraseapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 937 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
{
"name": "setup-phraseapp",
"version": "2.0.0",
"description": "Setup the Phrase CLI v2 command line tool",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"test": "eslint index.js && jest --passWithNoTests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/winify-ag/setup-phraseapp.git"
},
"keywords": [
"GitHub",
"Actions",
"Phraseapp",
"Phrase"
],
"contributors": [
"Andrew Luca <thendrluca@gmail.com> (https://iamandrewluca.com)",
"Igor Araujo <contributor@araujoigor.com> (https://araujoigor.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/winify-ag/setup-phraseapp/issues"
},
"homepage": "https://github.com/winify-ag/setup-phraseapp#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/tool-cache": "^1.1.2"
},
"devDependencies": {
"eslint": "^6.3.0",
"jest": "^24.9.0"
}
}