-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1013 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
{
"name": "@giovanni-bertoncelli/json-translator",
"version": "1.1.0",
"description": "Translate your JSON file with this tool!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postpublish": "npm run publish-npm",
"publish-npm": "npm publish --access public --ignore-scripts --@giovanni-bertoncelli:registry='https://registry.npmjs.org'"
},
"repository": {
"type": "git",
"url": "[email protected]:giovanni-bertoncelli/json-translator.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"ibm-watson": "^7.1.2",
"ora": "^5.4.1",
"yargs": "^17.0.1"
},
"bin": "cli.js",
"devDependencies": {
"eslint": "^7.31.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
},
"keywords": [
"i18n",
"json",
"translator",
"translations",
"ibm",
"watson",
"cloud",
"nodejs"
]
}