mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
feat: added monorepo
This commit is contained in:
13
packages/server/package.json
Normal file
13
packages/server/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "@monorepo/server",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"dev": "echo 'abc'",
|
||||
"build": "tsc --build"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user