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", "version": "1.0.0",
"description": "TS project template", "description": "Typescript common and web utils",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"start": "ts-node-dev --respawn --transpile-only src/index.ts", "start": "ts-node-dev --respawn --transpile-only src/index.ts",
"build": "rm -rf dist && tsc", "build": "rm -rf dist && tsc",
"serve": "npm run build && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.cubetiqs.com/CUBETIQ/ts-project.git" "url": "https://git.cubetiqs.com/CUBETIQ/ts-common.git"
}, },
"keywords": [ "keywords": [
"TypeScript", "Typescript",
"Nodejs" "Nodejs",
"Common",
"Utils"
], ],
"author": "Sambo Chea <sombochea@cubetiqs.com>", "author": "Sambo Chea <sombochea@cubetiqs.com>",
"license": "ISC", "license": "ISC",