-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
37
38
39
40
{
"name": "asistenta",
"version": "1.0.0",
"description": "",
"main": "app.js",
"type": "commonjs",
"scripts": {
"start": "./node_modules/.bin/tsc && node -r dotenv/config dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint src --ext .js,.jsx,.ts,.tsx"
},
"author": "fauri13",
"license": "ISC",
"devDependencies": {
"@types/bluebird": "^3.5.33",
"@types/node-cron": "^2.0.3",
"@types/sqlite3": "^3.1.7",
"@types/underscore": "^1.11.2",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@types/express": "^4.17.11",
"bluebird": "^3.7.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs": "*",
"https": "^1.0.0",
"js-levenshtein": "^1.1.6",
"node-cron": "^3.0.0",
"prettier": "^2.5.1",
"sqlite3": "^5.0.2",
"telegraf": "^4.3.0",
"underscore": "^1.13.1"
}
}