-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "viblo-group-reports",
"version": "1.0.0",
"description": "Reminder chatwork for monthly reports group in viblo",
"main": "dist/app.js",
"scripts": {
"build": "tsc --outDir dist/ src/app.ts",
"serve": "tsc --outDir dist/ src/app.ts && node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "yarn eslint . --ext .js,.jsx,.ts,.tsx",
"lint-fix": "yarn eslint . --ext .js,.jsx,.ts,.tsx --fix",
"pre": "prettier --check .",
"pre-fix": "prettier --write --ignore-unknown ."
},
"author": "hieudt-2054",
"license": "ISC",
"dependencies": {
"avengers-chatwork": "^1.0.4",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"log-timestamp": "^0.3.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"node-cron": "^2.0.3",
"tsyringe": "^4.4.0",
"typescript": "^4.2.2"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"prettier": "^2.2.1"
}
}