{ "name": "@remake/core", "type": "module", "version": "3.0.0", "author": "Vick Scarlet ", "scripts": { "lint": "eslint .", "test": "bun test" }, "dependencies": { "@remake/condition": "workspace:*", "@remake/data": "workspace:*", "@remake/vitex": "workspace:*", "immer": "^11.1.15" }, "eslintConfig": { "extends": "../../package.json" } }