forked from ltaoo/synology-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 763 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 763 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
{
"name": "@idomusha/synology",
"version": "1.6.0",
"private": false,
"description": "A simple wrapper for the Synology FileStation API",
"keywords": [
"synology",
"fileStation",
"upload",
"download"
],
"repository": {
"type": "git",
"url": "git://github.com/idomusha/synology-api.git"
},
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^16.0.0",
"form-data": "^4.0.0",
"qs": "^6.11.0",
"winston": "^3.11.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.17.2"
}
}