Files
lifeRestart/packages/core/package.json
T
2026-07-29 17:03:26 +08:00

18 lines
385 B
JSON

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