15 lines
364 B
JSON
15 lines
364 B
JSON
{
|
|
"name": "lamassu-server",
|
|
"description": "bitcoin atm client server protocol module",
|
|
"version": "11.0.0-beta.1",
|
|
"license": "./LICENSE",
|
|
"author": "Lamassu (https://lamassu.is)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lamassu/lamassu-server.git"
|
|
},
|
|
"workspaces": [
|
|
"packages/server",
|
|
"packages/admin-ui"
|
|
]
|
|
}
|