We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78632a9 commit 5f15d00Copy full SHA for 5f15d00
package.json
@@ -8,6 +8,9 @@
8
"dev": "nodemon index.js -- --dev",
9
"lint": "eslint ."
10
},
11
+ "bin": {
12
+ "filedrop": "./index.js"
13
+ },
14
"keywords": [
15
"webapp",
16
"upload",
0 commit comments