-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 990 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
42
{
"name": "@btfuse/filesystem",
"version": "0.0.0",
"description": "Filesystem plugin for the Fuse framework",
"main": "lib/api.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btfuse/fuse-filesystem.git"
},
"keywords": [
"Fuse",
"Breautek",
"file",
"filesystem",
"storage"
],
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/btfuse/fuse-filesystem/issues"
},
"homepage": "https://github.com/btfuse/fuse-filesystem#readme",
"devDependencies": {
"@btfuse/core": "0.8.0",
"copy-webpack-plugin": "^12.0.2",
"source-map-loader": "^5.0.0",
"ts-loader": "9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "5.1.4"
},
"peerDependencies": {
"@btfuse/core": "^0.8.0"
},
"dependencies": {
"path": "^0.12.7",
"tslib": "^2.7.0"
}
}