mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-27 08:46:48 +08:00
18 lines
385 B
JSON
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"
|
|
}
|
|
}
|