Skip to content

Commit

Permalink
feat: Update package json info
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-d committed Feb 1, 2024
1 parent 29437d9 commit e1bd139
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 5 deletions.
20 changes: 18 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
{
"name": "@metad/server-api",
"name": "@metad/ocap-api",
"version": "0.0.1",
"description": "API services of Metad Server",
"description": "Metad OCAP API",
"license": "AGPL-3.0",
"homepage": "https://mtda.cloud",
"repository": {
"type": "git",
"url": "https://github.com/meta-d/ocap.git"
},
"bugs": {
"url": "https://github.com/meta-d/ocap/issues"
},
"private": true,
"author": {
"name": "Metad Co. LTD",
"email": "service@mtda.cloud",
"url": "https://mtda.cloud"
},
"scripts": {
"ng": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn nx",
"typeorm": "yarn ts-node -r tsconfig-paths/register --project apps/api/tsconfig.app.json node_modules/.bin/typeorm",
Expand All @@ -10,6 +25,7 @@
"typeorm:flush": "yarn typeorm migration:revert",
"typeorm:create": "yarn typeorm migration:create",
"typeorm:preserve": "yarn typeorm:sync -- -f=ormconfig && yarn typeorm:seeds -- -f=ormconfig",
"start:debug": "nodemon --config nodemon-debug.json",
"build": "yarn ng build api",
"build:prod": "yarn ng build api --prod",
"seed": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=8192 yarn ts-node -r tsconfig-paths/register --project apps/api/tsconfig.app.json src/seed.ts",
Expand Down
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
{
"name": "ocap",
"author": "Metad",
"version": "1.18.0",
"description": "",
"license": "AGPL-3.0",
"homepage": "https://mtda.cloud",
"repository": {
"type": "git",
"url": "https://github.com/meta-d/ocap.git"
},
"bugs": {
"url": "https://github.com/meta-d/ocap/issues"
},
"private": true,
"author": {
"name": "Metad Co. LTD",
"email": "service@mtda.cloud",
"url": "https://mtda.cloud"
},
"keywords": ["ocap", "BI", "MDX"],
"scripts": {
"start": "concurrently \"yarn start:api\" \"yarn start:olap\" \"yarn start:cloud\"",
"start:cloud": "nx serve cloud --disableHostCheck --host 0.0.0.0",
Expand All @@ -13,7 +29,7 @@
"start:olap": "yarn --cwd ./packages/olap start",
"start:api": "yarn build:package:all && yarn nx serve api",
"start:api:dev": "nodemon",
"start:api:debug": "nodemon --config nodemon-debug.json",
"start:api:debug": "yarn --cwd ./apps/api start:debug",
"storybook": "concurrently \"yarn:w:sb:*\"",
"w:sb:tw": "npx tailwindcss -c packages/angular/tailwind.config.js -i ./packages/angular/_index.scss -o ./packages/angular/.storybook/index.css -m1 --watch",
"w:sb:ocap-angular": "npx nx storybook ocap-angular",
Expand All @@ -36,7 +52,6 @@
"b:sb:ocap-angular": "yarn nx run ocap-angular:build-storybook",
"b:docs": "concurrently \"yarn --cwd ./packages/store docs\" \"yarn --cwd ./packages/core docs\" \"yarn --cwd ./packages/xmla docs\" \"yarn --cwd ./packages/sql docs\" \"yarn --cwd ./packages/echarts docs\" \"yarn --cwd ./packages/duckdb docs\" \"yarn b:sb:ocap-angular\""
},
"private": true,
"dependencies": {
"@angular/animations": "~17.0.0",
"@angular/cdk": "^17.0.0",
Expand Down

0 comments on commit e1bd139

Please sign in to comment.