diff --git a/packages/nocodb-nest/package-lock.json b/packages/nocodb-nest/package-lock.json index 3fd4a21f48..e95c71d8cc 100644 --- a/packages/nocodb-nest/package-lock.json +++ b/packages/nocodb-nest/package-lock.json @@ -1,13 +1,13 @@ { - "name": "nest-sample-proj", + "name": "nocodb-nest", "version": "0.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "nest-sample-proj", + "name": "nocodb-nest", "version": "0.0.1", - "license": "UNLICENSED", + "license": "AGPL-3.0-or-later", "dependencies": { "@google-cloud/storage": "^5.7.2", "@graphql-tools/merge": "^6.0.12", diff --git a/packages/nocodb-nest/package.json b/packages/nocodb-nest/package.json index d00ded14ae..4f154230f3 100644 --- a/packages/nocodb-nest/package.json +++ b/packages/nocodb-nest/package.json @@ -1,10 +1,21 @@ { - "name": "nest-sample-proj", + "name": "nocodb-nest", "version": "0.0.1", - "description": "", - "author": "", + "description": "NocoDB Backend (Nest)", + "author": { + "name": "NocoDB Inc", + "url": "https://nocodb.com/" + }, + "homepage": "https://github.com/nocodb/nocodb", + "repository": { + "type": "git", + "url": "https://github.com/nocodb/nocodb.git" + }, + "bugs": { + "url": "https://github.com/nocodb/nocodb/issues" + }, "private": true, - "license": "UNLICENSED", + "license": "AGPL-3.0-or-later", "scripts": { "build": "nest build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",