-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 1011 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
{
"name": "@flowfuse/driver-localfs",
"version": "2.14.1",
"description": "Local Filesystem FlowFuse Project driver",
"main": "localfs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c .eslintrc *.js",
"lint:fix": "eslint -c .eslintrc *.js --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/nr-launcher": "^2.14.1",
"@flowfuse/mqtt-schema-agent": "^1.0.0",
"form-data": "^4.0.0",
"got": "^11.8.5",
"semver": "^7.3.8"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-standard": "^17.0.0"
}
}