Updated ts commot package

This commit is contained in:
Sambo Chea 2021-09-13 18:50:32 +07:00
parent aacf820499
commit e941864936

View File

@ -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 <sombochea@cubetiqs.com>",
"license": "ISC",