-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 817 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
{
"name": "linode-bucket-delete",
"version": "1.0.0",
"description": "A cli tool to help you upload to delete a linode object storage bucket",
"bin": {
"linode-bucket-delete": "bin/linode-bucket-delete.js"
},
"dependencies": {
"aws-sdk": "^2.820.0",
"dashargs": "^4.1.2",
"prompts": "^2.4.1",
"url-join": "^4.0.1"
},
"keywords": [
"linode",
"bucket",
"object",
"storage",
"delete bucket",
"bucket delete",
"linode cli",
"linode bucket delete",
"linode oss",
"oss",
"cli"
],
"author": "https://github.com/ghostdevv",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ghostdevv/linode-bucket-delete.git"
},
"bugs": {
"url": "https://github.com/ghostdevv/linode-bucket-delete/issues"
}
}