Files
spend-ia/packages/server/package.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"
}