forked from ephraimduncan/translate-readme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 790 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 790 Bytes
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
{
"name": "translate-md",
"version": "1.0.0",
"description": "A Github Action to translate Readme to a different language",
"main": "index.js",
"scripts": {
"build": "ncc build ./index.js -o dist --source-map",
"build:commit": "npm run build && git add . && git commit"
},
"keywords": [
"readme",
"translate",
"translator"
],
"author": "Ephraim Atta-Duncan",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.2.6",
"@k3rn31p4nic/google-translate-api": "^1.1.1",
"http-proxy-agent": "^4.0.1",
"remark-parse": "^8.0.3",
"remark-stringify": "^8.1.1",
"simple-git": "^3.15.0",
"tunnel": "0.0.6",
"unified": "^9.1.0",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@vercel/ncc": "^0.23.0"
}
}