diff --git a/package.json b/package.json index 1f36e66..2baf1ea 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,22 @@ { - "name": "ts-project", + "name": "ts-common", "version": "1.0.0", - "description": "TS project template", + "description": "Typescript common and web utils", "main": "dist/index.js", "scripts": { "start": "ts-node-dev --respawn --transpile-only src/index.ts", "build": "rm -rf dist && tsc", - "serve": "npm run build && node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "https://git.cubetiqs.com/CUBETIQ/ts-project.git" + "url": "https://git.cubetiqs.com/CUBETIQ/ts-common.git" }, "keywords": [ - "TypeScript", - "Nodejs" + "Typescript", + "Nodejs", + "Common", + "Utils" ], "author": "Sambo Chea ", "license": "ISC",