-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (40 loc) · 986 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
37
38
39
40
41
{
"name": "sm-upload",
"version": "1.0.6",
"description": "stable and free uploader on sm.ms",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
},
"bin": {
"sm-upload": "./dist/index.js"
},
"preferGlobal": true,
"keywords": [
"uploader picture pictures upload"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Envov/sm-upload.git"
},
"homepage": "https://github.com/Envov/sm-upload",
"author": "Envov",
"license": "MIT",
"dependencies": {
"@types/node": "^16.9.1",
"@types/node-fetch": "^3.0.3",
"@types/ramda": "^0.27.44",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"form-data": "^4.0.0",
"formdata-node": "^4.2.1",
"fs-extra": "^10.0.0",
"node-fetch": "^2",
"ramda": "^0.27.1",
"stripe-nanoid": "^0.2.3",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
}
}