-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 848 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 848 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": "urbackup-server-api",
"version": "0.92.3",
"description": "Node.js wrapper for UrBackup Server web API",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bartmichu/node-urbackup-server-api.git"
},
"keywords": [
"urbackup"
],
"author": "Michał Bartkowiak",
"license": "MIT",
"bugs": {
"url": "https://github.com/bartmichu/node-urbackup-server-api/issues"
},
"homepage": "https://github.com/bartmichu/node-urbackup-server-api#readme",
"dependencies": {
"async-mutex": "^0.5.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"eslint": "^9.39.2",
"eslint-plugin-jsdoc": "^61.5.0",
"globals": "^16.5"
}
}