mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"name": "@monorepo/server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"dev": "echo 'abc'",
|
|
"build": "tsc --build"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|