-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"name": "zenodo-cli",
"version": "1.0.0",
"description": "A commandline tool to interact with the Zenodo API. Developed by [@bjohas](https://github.com/bjohas) and [@a1diablo](https://github.com/a1diablo).",
"main": "index.js",
"dependencies": {
"@iarna/toml": "^2.2.5",
"@types/node": "^14.6.4",
"@types/request": "^2.48.5",
"argparse": "^2.0.1",
"docstring": "^1.1.0",
"dotenv": "^8.2.0",
"http-link-header": "^1.0.2",
"json": "^10.0.0",
"open": "^7.3.0",
"opn": "^6.0.0",
"os": "^0.1.1",
"pathlib": "^0.1.2",
"pprint": "0.0.1",
"re": "^0.1.4",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"requests": "^0.3.0",
"sync-request": "^6.1.0",
"sys": "0.0.1",
"typescript-string-operations": "^1.3.3"
},
"devDependencies": {
"ts-node-dev": "^1.0.0-pre.63"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bjohas/Zenodo-tools.git"
},
"author": "Björn Haßler",
"license": "",
"bugs": {
"url": "https://github.com/bjohas/Zenodo-tools/issues"
},
"homepage": "https://github.com/bjohas/Zenodo-tools#readme"
}