-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·81 lines (81 loc) · 2.39 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "digitalbeing",
"version": "0.2.27",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/XRFoundation/DigitalBeing.git"
},
"engines": {
"node": ">= 16.3.0"
},
"npmClient": "npm",
"jest": "ts-jest",
"main": "src/initialize.js",
"scripts": {
"build": "bash build.sh",
"start": "ts-node src/initialize.ts",
"start-gui": "GUI=true ts-node src/initialize.ts",
"start-local": "URL=https://localhost:3000/location/test ts-node src/initialize.ts",
"start-gui-local": "URL=https://localhost:3000/location/test GUI=true ts-node src/initialize.ts",
"validate": "npm run lint && npm run test",
"test": "echo \"TODO: Add Testing to Client\" && exit 0",
"lint": "eslint --fix --quiet \"*.ts\" \"**/*.ts\" \"**/*.tsx\"",
"read_book": "ts-node client/website-reader/init.ts"
},
"dependencies": {
"@green-api/whatsapp-bot": "0.2.5",
"@types/express": "4.17.14",
"@types/express-serve-static-core": "4.17.33",
"@types/node-telegram-bot-api": "0.57.1",
"@types/recordrtc": "5.6.10",
"axios": "0.27.2",
"bluebird": "3.7.2",
"discord-inline-reply": "1.0.3",
"discord-reply": "0.1.2",
"discord.js": "14.5.0",
"dotenv": "16.0.3",
"dotenv-flow": "3.2.0",
"emoji-dictionary": "1.0.11",
"emoji-regex": "10.2.1",
"express": "4.18.1",
"express-session": "1.17.3",
"instagram-private-api": "1.45.3",
"node-telegram-bot-api": "0.59.0",
"nodemon": "2.0.20",
"openai-api": "1.3.1",
"pg": "8.8.0",
"puppeteer": "17.1.3",
"puppeteer-extra": "3.3.4",
"puppeteer-extra-plugin-stealth": "2.11.1",
"puppeteer-stream": "2.1.4",
"reddit": "1.2.1",
"redis": "4.5.1",
"session": "0.1.0",
"snoostream": "1.0.1",
"snoowrap": "1.23.0",
"tedis": "0.1.12",
"ts-node": "10.9.1",
"twilio": "3.83.3",
"twit": "2.2.11",
"twitter-api-v2": "1.12.7",
"twitter-autohook": "1.7.2",
"wav-file-encoder": "1.0.4",
"xvfb": "0.4.0"
},
"devDependencies": {
"@types/node": "16.18.14",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/three": "0.149.0",
"config": "3.3.8",
"cross-env": "7.0.3",
"eslint": "8.23.0",
"eslint-plugin-react": "7.31.11",
"semantic-release": "19.0.5",
"semantic-release-monorepo": "7.0.5",
"typescript": "4.8.4",
"uuid": "9.0.0"
},
"license": "ISC"
}