-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.12 KB
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
{
"name": "@flowfuse/driver-localfs",
"version": "2.29.1",
"description": "Local Filesystem FlowFuse Project driver",
"main": "localfs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c eslint.config.mjs",
"lint:fix": "eslint -c eslint.config.mjs--fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlowFuse/driver-localfs.git"
},
"bugs": {
"url": "https://github.com/FlowFuse/driver-localfs/issues"
},
"homepage": "https://github.com/FlowFuse/driver-localfs#readme",
"author": {
"name": "FlowFuse Inc."
},
"license": "Apache-2.0",
"dependencies": {
"@flowfuse/mqtt-schema-agent": "^1.1.1",
"@flowfuse/nr-launcher": "^2.29.1",
"form-data": "^4.0.0",
"got": "^11.8.5",
"semver": "~7.6.0",
"ws": "^8.18.2"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"eslint": "^9.39.2",
"eslint-plugin-no-only-tests": "^3.3.0",
"globals": "^16.5.0",
"neostandard": "^0.12.2"
}
}