From b78793ed56b33ea960cbf591523f9dc4c88b09d7 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Sat, 15 Apr 2023 16:51:21 +0800 Subject: [PATCH] chore: revise info in package json --- packages/nocodb-nest/package-lock.json | 6 +++--- packages/nocodb-nest/package.json | 19 +++++++++++++++---- 2 files changed, 18 insertions(+), 7 deletions(-) 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\"",