-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (54 loc) · 1.27 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "aditiv2",
"version": "1.0.0",
"description": "A (possibly) better version",
"main": "dist/src/main.js",
"engines": {
"node": "12.16.x"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"lint": "tslint -c tslint.json -p tsconfig.json",
"pretest": "rm -rf ./dist && npm run build",
"start": "node dist/src/main.js",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/kevinam99/aditi"
},
"keywords": [
"aditi",
"telegram",
"telegram",
"chatbot",
"chatbot",
"conversational",
"ai"
],
"author": "Kevin Mathew",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/kevinam99/aditi/issues"
},
"homepage": "https://github.com/kevinam99/aditi#readme",
"dependencies": {
"@types/lodash": "^4.14.149",
"@types/express": "^4.17.3",
"@types/node": "^13.11.1",
"axios": ">=0.21.1",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.9.7",
"node-telegram-bot-api": "^0.40.0"
},
"devDependencies": {
"@types/node": "^10.17.17",
"ts-node": "^7.0.1",
"tslint": "^5.20.1",
"typescript": "^3.8.3",
"wait-for-expect": "^1.3.0"
}
}