chore: bootstrap ashen realms monorepo
This commit is contained in:
30
package.json
Normal file
30
package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "ashen-realms",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"scripts": {
|
||||
"dev:web": "npm run start --workspace=@ashen-realms/web",
|
||||
"dev:api": "npm run start:dev --workspace=@ashen-realms/api",
|
||||
"build:web": "npm run build --workspace=@ashen-realms/web",
|
||||
"build:api": "npm run build --workspace=@ashen-realms/api",
|
||||
"build": "npm run build:web && npm run build:api",
|
||||
"test": "npm run test --workspaces --if-present"
|
||||
},
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.forgecore.work/bastian/ashen-realms.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "commonjs",
|
||||
"private": "true"
|
||||
}
|
||||
Reference in New Issue
Block a user