OpenAuth_server/package.json

24 lines
840 B
JSON
Raw Normal View History

2019-12-16 13:34:52 +00:00
{
"name": "@hibas123/openauth",
"version": "1.3.2",
2019-12-16 13:34:52 +00:00
"author": "Fabian Stamm <dev@fabianstamm.de>",
"private": true,
2019-12-16 13:34:52 +00:00
"scripts": {
"build": "yarn build-api && yarn run build-views-1 && yarn run build-views-2 && yarn run build-backend",
"build-api": "jrpc compile ./InternalAPI/api.jrpc -o=ts-node:_API/src && yarn workspace @hibas123/openauth-internalapi run build",
"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
},
"workspaces": [
"Backend",
"Frontend",
"FrontendLegacy",
"_API"
],
"dependencies": {
2023-11-29 09:25:00 +00:00
"@hibas123/jrpcgen": "^1.2.14"
}
}