-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.12 KB
/
package.json
File metadata and controls
37 lines (37 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
{
"name": "@muze-nl/jsfs-solid",
"version": "0.4.2",
"author": "auke@muze.nl",
"source": "src/SolidAdapter.js",
"main": "src/SolidClient.js",
"type": "module",
"description": "A filesystem adapter for JSFS that can read/write Solid Storage PODs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-dev": "esbuild --bundle src/browser.js --outfile=dist/browser.js --sourcemap;",
"build": "esbuild --bundle src/browser.js --outfile=dist/browser.min.js --minify --sourcemap;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muze-nl/jsfs-solid.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/muze-nl/jsfs-solid/issues"
},
"homepage": "https://github.com/muze-nl/jsfs-solid#readme",
"dependencies": {
"@muze-nl/jaqt": "^0.10.6",
"@muze-nl/jsfs": "^0.3.5",
"@muze-nl/metro": "^0.6.21",
"@muze-nl/metro-oidc": "^0.6.0",
"@muze-nl/metro-oldm": "^0.3.5",
"@muze-nl/oldm": "^0.5.3"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"esbuild": "^0.25.0",
"eslint": "^9.39.2",
"globals": "^16.5.0"
}
}