Files
lifeRestart/packages/core/package.json
T

20 lines
451 B
JSON

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