Skip to content

Commit 083dadf

Browse files
committed
Formatting
1 parent 0007777 commit 083dadf

1 file changed

Lines changed: 71 additions & 71 deletions

File tree

package.json

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,73 @@
11
{
2-
"name": "@zenfs/emscripten",
3-
"version": "1.0.7",
4-
"description": "Emscripten backend for ZenFS",
5-
"funding": {
6-
"type": "individual",
7-
"url": "https://github.com/sponsors/james-pre"
8-
},
9-
"main": "dist/index.js",
10-
"types": "src/index.ts",
11-
"keywords": [
12-
"filesystem",
13-
"node",
14-
"storage"
15-
],
16-
"type": "module",
17-
"homepage": "https://github.com/zen-fs/emscripten",
18-
"author": "James Prevett <jp@jamespre.dev> (https://jamespre.dev)",
19-
"license": "LGPL-3.0-or-later",
20-
"repository": {
21-
"type": "git",
22-
"url": "git+https://github.com/zen-fs/emscripten.git"
23-
},
24-
"bugs": {
25-
"url": "https://github.com/zen-fs/emscripten/issues"
26-
},
27-
"files": [
28-
"dist",
29-
"license.md"
30-
],
31-
"engines": {
32-
"node": ">= 18"
33-
},
34-
"exports": {
35-
".": "./dist/index.js",
36-
"./*": "./dist/*"
37-
},
38-
"publishConfig": {
39-
"access": "public",
40-
"provenance": true
41-
},
42-
"scripts": {
43-
"format": "prettier --write .",
44-
"format:check": "prettier --check .",
45-
"lint": "eslint src",
46-
"build": "tsc -p tsconfig.json",
47-
"build:docs": "typedoc --out docs --name 'ZenFS Emscripten' src/index.ts",
48-
"prepublishOnly": "npm run build"
49-
},
50-
"devDependencies": {
51-
"@eslint/js": "^10.0.1",
52-
"@types/emscripten": "^1.40.0",
53-
"eslint": "^10.1.0",
54-
"globals": "^16.0.0",
55-
"prettier": "^3.2.5",
56-
"typedoc": "^0.28.18",
57-
"typescript": "^6.0.0",
58-
"typescript-eslint": "^8.58.0",
59-
"utilium": "^3.0.0"
60-
},
61-
"peerDependencies": {
62-
"@zenfs/core": "^2.4.2",
63-
"kerium": "^1.3.4"
64-
},
65-
"prettier": {
66-
"singleQuote": true,
67-
"useTabs": true,
68-
"trailingComma": "es5",
69-
"tabWidth": 4,
70-
"printWidth": 180,
71-
"arrowParens": "avoid"
72-
}
2+
"name": "@zenfs/emscripten",
3+
"version": "1.0.7",
4+
"description": "Emscripten backend for ZenFS",
5+
"funding": {
6+
"type": "individual",
7+
"url": "https://github.com/sponsors/james-pre"
8+
},
9+
"main": "dist/index.js",
10+
"types": "src/index.ts",
11+
"keywords": [
12+
"filesystem",
13+
"node",
14+
"storage"
15+
],
16+
"type": "module",
17+
"homepage": "https://github.com/zen-fs/emscripten",
18+
"author": "James Prevett <jp@jamespre.dev> (https://jamespre.dev)",
19+
"license": "LGPL-3.0-or-later",
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/zen-fs/emscripten.git"
23+
},
24+
"bugs": {
25+
"url": "https://github.com/zen-fs/emscripten/issues"
26+
},
27+
"files": [
28+
"dist",
29+
"license.md"
30+
],
31+
"engines": {
32+
"node": ">= 18"
33+
},
34+
"exports": {
35+
".": "./dist/index.js",
36+
"./*": "./dist/*"
37+
},
38+
"publishConfig": {
39+
"access": "public",
40+
"provenance": true
41+
},
42+
"scripts": {
43+
"format": "prettier --write .",
44+
"format:check": "prettier --check .",
45+
"lint": "eslint src",
46+
"build": "tsc -p tsconfig.json",
47+
"build:docs": "typedoc --out docs --name 'ZenFS Emscripten' src/index.ts",
48+
"prepublishOnly": "npm run build"
49+
},
50+
"devDependencies": {
51+
"@eslint/js": "^10.0.1",
52+
"@types/emscripten": "^1.40.0",
53+
"eslint": "^10.1.0",
54+
"globals": "^16.0.0",
55+
"prettier": "^3.2.5",
56+
"typedoc": "^0.28.18",
57+
"typescript": "^6.0.0",
58+
"typescript-eslint": "^8.58.0",
59+
"utilium": "^3.0.0"
60+
},
61+
"peerDependencies": {
62+
"@zenfs/core": "^2.4.2",
63+
"kerium": "^1.3.4"
64+
},
65+
"prettier": {
66+
"singleQuote": true,
67+
"useTabs": true,
68+
"trailingComma": "es5",
69+
"tabWidth": 4,
70+
"printWidth": 180,
71+
"arrowParens": "avoid"
72+
}
7373
}

0 commit comments

Comments
 (0)