@autostorejs/syncer
Advanced tools
+44
-44
| { | ||
| "name": "@autostorejs/syncer", | ||
| "version": "4.0.11", | ||
| "main": "dist/index.js", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/zhangfisher/autostore.git" | ||
| }, | ||
| "type": "module", | ||
| "scripts": { | ||
| "test": "vitest", | ||
| "build": "tsup" | ||
| }, | ||
| "keywords": [ | ||
| "autostore", | ||
| "sync" | ||
| ], | ||
| "author": "zhangfisher", | ||
| "license": "MIT", | ||
| "peerDependencies": { | ||
| "autostore": "workspace:*" | ||
| }, | ||
| "dependencies": { | ||
| "comlink": "^4.4.2", | ||
| "flex-tools": "^1.5.9", | ||
| "mitt": "^3.0.1" | ||
| }, | ||
| "files": [ | ||
| "readme.md", | ||
| "dist" | ||
| ], | ||
| "devDependencies": { | ||
| "@types/bun": "^1.3.7", | ||
| "autostore": "workspace:*", | ||
| "tsup": "^8.5.1", | ||
| "typescript": "^5.9.3", | ||
| "vitest": "^3.2.4" | ||
| }, | ||
| "access": "public", | ||
| "exports": { | ||
| "types": "dist/index.d.ts", | ||
| "require": "dist/index.cjs", | ||
| "import": "dist/index.js" | ||
| } | ||
| } | ||
| "name": "@autostorejs/syncer", | ||
| "version": "4.0.13", | ||
| "main": "./dist/index.js", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/zhangfisher/autostore.git" | ||
| }, | ||
| "type": "module", | ||
| "scripts": { | ||
| "test": "vitest", | ||
| "build": "tsup" | ||
| }, | ||
| "keywords": [ | ||
| "autostore", | ||
| "sync" | ||
| ], | ||
| "author": "zhangfisher", | ||
| "license": "MIT", | ||
| "peerDependencies": { | ||
| "autostore": "^4.0.13" | ||
| }, | ||
| "dependencies": { | ||
| "comlink": "^4.4.2", | ||
| "flex-tools": "^1.5.9", | ||
| "mitt": "^3.0.1" | ||
| }, | ||
| "files": [ | ||
| "readme.md", | ||
| "dist" | ||
| ], | ||
| "devDependencies": { | ||
| "@types/bun": "^1.3.7", | ||
| "autostore": "^4.0.13", | ||
| "tsup": "^8.5.1", | ||
| "typescript": "^5.9.3", | ||
| "vitest": "^3.2.4" | ||
| }, | ||
| "access": "public", | ||
| "exports": { | ||
| "types": "./dist/index.d.ts", | ||
| "require": "./dist/index.cjs", | ||
| "import": "./dist/index.js" | ||
| } | ||
| } |
1360775
0