mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-28 01:06:49 +08:00
20 lines
451 B
JSON
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"
|
|
}
|
|
}
|