2019-12-16 13:34:52 +00:00
|
|
|
{
|
2023-04-07 17:54:47 +00:00
|
|
|
"name": "@hibas123/openauth",
|
2023-04-07 21:01:56 +00:00
|
|
|
"version": "1.2.0",
|
2019-12-16 13:34:52 +00:00
|
|
|
"author": "Fabian Stamm <dev@fabianstamm.de>",
|
2023-04-07 17:54:47 +00:00
|
|
|
"private": true,
|
2019-12-16 13:34:52 +00:00
|
|
|
"scripts": {
|
2023-04-07 17:54:47 +00:00
|
|
|
"build": "yarn run build-views-1 && yarn run build-views-2 && yarn run build-backend",
|
2023-04-09 16:20:43 +00:00
|
|
|
"build-api": "jrpc compile ./InternalAPI/api.jrpc -o=ts-node:_API/src && yarn workspace @hibas123/openauth-internalapi run build",
|
2023-04-07 17:54:47 +00:00
|
|
|
"build-backend": "yarn workspace @hibas123/openauth-backend run build",
|
|
|
|
"build-views-1": "yarn workspace @hibas123/openauth-views-v1 run build",
|
|
|
|
"build-views-2": "yarn workspace @hibas123/openauth-views-v2 run build",
|
|
|
|
"dev": "yarn "
|
2020-03-09 17:46:41 +00:00
|
|
|
},
|
2023-04-07 17:54:47 +00:00
|
|
|
"workspaces": [
|
|
|
|
"Backend",
|
|
|
|
"Frontend",
|
2023-04-09 16:20:43 +00:00
|
|
|
"FrontendLegacy",
|
|
|
|
"_API"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"@hibas123/jrpcgen": "^1.2.11"
|
|
|
|
}
|
2020-03-11 15:59:13 +00:00
|
|
|
}
|