-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 966 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
{
"name": "image-share",
"version": "2021.02.13",
"description": "upload images and text files",
"main": "index.js",
"bin": {
"imgshare": "./bin/imgshare.js"
},
"scripts": {
"update-bulma": "cp node_modules/bulma/css/bulma.css public/css",
"test": "echo \"Error: no test specified\" && exit 1",
"sync-package-lock": "rm -- ./package-lock.json; synp --source-file ./yarn.lock",
"patch-dicer": "patch -p1 < ./contrib/CVE-2022-24434.patch",
"postinstall": "npm run patch-dicer"
},
"keywords": [
"sharing",
"image"
],
"repository": "https://github.com/adedomin/imageshare-irc.git",
"author": "Anthony DeDominic <[email protected]>",
"license": "ISC",
"dependencies": {
"busboy": "0.3.1",
"express": "4.17.1",
"express-slow-down": "^1.4.0",
"file-type": "16.5.4",
"hashids": "2.2.8",
"mime-types": "^2.1.14"
},
"devDependencies": {
"bulma": "^0.4.3",
"synp": "1.9.10"
}
}