-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "TelegramXCharacteAI",
"description": "A Telegram bot that communicates with CharacterAI",
"version": "0.1.0",
"private": false,
"license": "MIT",
"author": {
"name": "Pikku-a",
"email": "-"
},
"repository": {
"type": "git",
"url": "https://github.com/Pikku-a/telegramXcharacterai.git"
},
"bugs": {
"url": "https://github.com/Pikku-a/telegramXcharacterai/issues"
},
"scripts": {
"dev": "nodemon -e js,json,less,css",
"start": "node index.js",
"less": "lessc public/src/styles/styles.less public/src/styles/compiled.min.css -x --source-map",
"lint": "semistandard --fix \"**/*.js\"",
"link:fix": "eslint . --ext .js --fix"
},
"devDependencies": {
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
},
"dependencies": {
"axios": "^1.7.7",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-rate-limit": "^6.4.0",
"grammy": "^1.17.2",
"morgan": "^1.10.0",
"node_characterai": "^1.1.0",
"node-localstorage": "^2.2.1",
"puppeteer": "^18.1.0",
"serve-static": "^1.15.0",
"uuid": "^8.3.2"
}
}