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