43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@cubetiq/ts-common",
|
|
"version": "1.0.0",
|
|
"description": "Typescript common and web utils",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"start": "tsc -w",
|
|
"build": "rm -rf dist && tsc",
|
|
"prepare": "husky install"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.cubetiqs.com/CUBETIQ/ts-common.git"
|
|
},
|
|
"keywords": [
|
|
"Typescript",
|
|
"Nodejs",
|
|
"Common",
|
|
"Utils"
|
|
],
|
|
"author": "Sambo Chea <sombochea@cubetiqs.com>",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^16.9.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
|
"@typescript-eslint/parser": "^4.30.0",
|
|
"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",
|
|
"typescript": "^4.4.2"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.2"
|
|
},
|
|
"lint-staged": {
|
|
"**/*": "prettier --write --ignore-unknown"
|
|
}
|
|
}
|