From ad93e1354b283be2aa2bd8ef35b059aa58b02ecb Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Tue, 29 Oct 2024 01:57:56 +0700 Subject: [PATCH] chore: authore, description and license --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 053a34a..5819460 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,9 @@ { "name": "@aditama-labs/nest-autocrud", "version": "0.0.1", - "description": "", - "author": "", - "private": true, - "license": "UNLICENSED", + "description": "NestJS Auto CRUD Library", + "author": "Supan Adit Pratama", + "license": "MIT", "scripts": { "build": "nest build", "build:lib:skeleton": "tsc -p libs/skeleton/tsconfig.lib.json",