2021-09-13 18:16:50 +07:00
|
|
|
{
|
2021-09-13 18:59:02 +07:00
|
|
|
"name": "@cubetiq/ts-common",
|
2021-09-13 18:16:50 +07:00
|
|
|
"version": "1.0.0",
|
2021-09-13 18:50:32 +07:00
|
|
|
"description": "Typescript common and web utils",
|
2021-09-13 18:16:50 +07:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "ts-node-dev --respawn --transpile-only src/index.ts",
|
|
|
|
"build": "rm -rf dist && tsc",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-09-13 18:50:32 +07:00
|
|
|
"url": "https://git.cubetiqs.com/CUBETIQ/ts-common.git"
|
2021-09-13 18:16:50 +07:00
|
|
|
},
|
|
|
|
"keywords": [
|
2021-09-13 18:50:32 +07:00
|
|
|
"Typescript",
|
|
|
|
"Nodejs",
|
|
|
|
"Common",
|
|
|
|
"Utils"
|
2021-09-13 18:16:50 +07:00
|
|
|
],
|
|
|
|
"author": "Sambo Chea <sombochea@cubetiqs.com>",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
2021-09-13 18:34:26 +07:00
|
|
|
"@types/node": "^16.9.1",
|
2021-09-13 18:16:50 +07:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
|
|
|
"@typescript-eslint/parser": "^4.30.0",
|
2021-09-13 18:34:26 +07:00
|
|
|
"chalk": "^4.1.2",
|
2021-09-13 18:16:50 +07:00
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-jsdoc": "^36.0.8",
|
|
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
|
|
"husky": "^7.0.2",
|
|
|
|
"lint-staged": "^11.1.2",
|
|
|
|
"prettier": "2.3.2",
|
|
|
|
"ts-node-dev": "^1.1.8",
|
|
|
|
"typescript": "^4.4.2"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"**/*": "prettier --write --ignore-unknown"
|
|
|
|
}
|
|
|
|
}
|