@devbro/neko-storage 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devbro/neko-storage",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.13",
|
|
4
|
+
"description": "Abstraction layer for file storage backends - swap drivers without breaking a sweat",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.mjs",
|
|
7
7
|
"types": "./dist/cjs/index.d.ts",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"test": "vitest run",
|
|
21
21
|
"test:watch": "vitest watch",
|
|
22
22
|
"test:coverage": "vitest run --coverage",
|
|
23
|
-
"format": "
|
|
23
|
+
"format": "biome check --write .",
|
|
24
24
|
"prepare": "husky",
|
|
25
|
-
"prettier": "
|
|
25
|
+
"prettier": "biome format --write .",
|
|
26
26
|
"clean": "rm -rf dist"
|
|
27
27
|
},
|
|
28
28
|
"author": "Farzad Meow Khalafi",
|
|
@@ -36,11 +36,7 @@
|
|
|
36
36
|
"@types/mime-types": "^2.1.4",
|
|
37
37
|
"@types/node": "^24.1.0",
|
|
38
38
|
"@types/ssh2-sftp-client": "^9.0.5",
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
40
|
-
"@typescript-eslint/parser": "^7.1.1",
|
|
41
|
-
"eslint": "8.57.0",
|
|
42
39
|
"husky": "^9.1.7",
|
|
43
|
-
"prettier": "^3.5.3",
|
|
44
40
|
"tsup": "^8.0.2",
|
|
45
41
|
"typescript": "^5.9.3"
|
|
46
42
|
},
|