Add lerna
This commit is contained in:
parent
d40c538ac5
commit
51a8e2a629
23 changed files with 137 additions and 214 deletions
|
|
@ -1,17 +1,9 @@
|
|||
{
|
||||
"name": "shared",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"description": "Shared library between backend and frontend",
|
||||
"main": "src/main.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/gl-matrix": "^3.2.0",
|
||||
"@types/uuid": "^8.0.0",
|
||||
"gl-matrix": "^3.3.0",
|
||||
"uuid": "^8.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue