-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 783 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 783 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
32
33
34
35
{
"name": "imgbox",
"version": "1.1.4",
"description": "Unofficial library for uploading images to imgbox.com",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0wx/imgbox.git"
},
"keywords": [
"imgbox",
"image",
"cloud",
"upload"
],
"author": "0wx",
"license": "ISC",
"homepage": "https://github.com/0wx/imgbox#readme",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/is-url": "^1.2.29",
"@types/node": "^15.14.0",
"typescript": "^4.3.5"
},
"dependencies": {
"axios": "^0.21.1",
"form-data": "^4.0.0",
"is-url": "^1.2.4"
}
}