2022-12-01 14:26:41 +00:00
|
|
|
{
|
|
|
|
"name": "game",
|
|
|
|
"repository": "https://gitee.com/sli97/cocos-nodejs-io-game.git",
|
|
|
|
"private": true,
|
|
|
|
"version": "1.0.0",
|
|
|
|
"workspaces": [
|
|
|
|
"apps/*"
|
2022-12-07 14:24:46 +00:00
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint .",
|
|
|
|
"lint:fix": "eslint . --fix",
|
|
|
|
"dev": "yarn workspace @game/server run dev"
|
|
|
|
}
|
2022-12-01 14:26:41 +00:00
|
|
|
}
|