mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-19 18:43:53 +08:00
16 lines
352 B
JSON
16 lines
352 B
JSON
{
|
|
"name": "@remake/console",
|
|
"type": "module",
|
|
"version": "3.0.0",
|
|
"author": "Vick Scarlet <vick@syaro.io>",
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"lint": "eslint .",
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@remake/core": "workspace:*",
|
|
"@remake/data": "workspace:*"
|
|
}
|
|
}
|