-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.55 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
{
"name": "twasi-shortener",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "ts-node src/index.ts",
"build": "tsc",
"create-deployment-build": "ts-node build.ts",
"classificate-database": "ts-node cli/classificate-database-items.cli.ts",
"test-neural-network": "ts-node cli/test-neural-network.cli.ts",
"test-url": "ts-node cli/test-url.cli.ts"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/content-disposition": "^0.5.3",
"@types/express": "^4.17.7",
"@types/inquirer": "^7.3.1",
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose": "^5.7.36",
"@types/node": "^14.11.2",
"@types/webgl2": "0.0.5",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"typescript": "^4.0.3"
},
"dependencies": {
"@tensorflow-models/universal-sentence-encoder": "^1.3.2",
"@tensorflow/tfjs": "^2.4.0",
"@tensorflow/tfjs-node": "^2.4.0",
"@types/cors": "^2.8.7",
"apollo-server-express": "^2.18.0",
"axios": "^0.20.0",
"content-disposition": "^0.5.3",
"cors": "^2.8.5",
"escape-string-regexp": "^4.0.0",
"express": "^4.17.1",
"inquirer": "^7.3.3",
"jsonwebtoken": "^8.5.1",
"merlins-argument-parser": "^1.0.0",
"merlins-config-manager": "^1.0.0",
"mongoose": "^5.10.6",
"querystring": "^0.2.0",
"random-words": "^1.1.1",
"subscriptions-transport-ws": "^0.9.18",
"twitch": "^4.2.4",
"twitch-api-call": "^4.2.4",
"twitch-auth": "^4.2.4"
}
}