-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.83 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.83 KB
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
{
"name": "@htw-aladin/aladin",
"version": "0.0.1",
"description": "Tasks and solution (hints) generator destined for informatics and neighbouring domains",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc",
"test": "jest"
},
"keywords": [
"aladin",
"task generator",
"e-learning",
"elearning",
"graph",
"graph generator",
"generator",
"software artefact"
],
"author": "Paul Christ",
"license": "WTFPL",
"dependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@hpcc-js/wasm": "^1.5.2",
"@huggingface/inference": "^2.6.4",
"@types/cors": "^2.8.8",
"@types/dotenv": "^8.2.0",
"@types/pg": "^7.14.7",
"@types/seedrandom": "^3.0.5",
"@types/uuid": "^8.3.0",
"alea": "^1.0.1",
"aws-sdk": "^2.806.0",
"axios": "^0.21.4",
"babel-jest": "^29.5.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fp-ts": "^2.15.0",
"graphology-types": "^0.24.7",
"huggingface": "^1.3.0",
"lodash": "^4.17.21",
"ltijs": "github:plc-dev/ltijs",
"minio": "^7.0.18",
"mongoose": "^5.11.5",
"n-lines": "^1.0.5",
"node": "^15.3.0",
"pg": "^8.5.1",
"pgsql-ast-parser": "^11.0.0",
"randexp": "^0.5.3",
"reflect-metadata": "^0.1.13",
"seedrandom": "^3.0.5",
"simplex-noise": "^4.0.1",
"squirrelly": "^9.0.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"@types/express": "^4.17.8",
"@types/glob": "^8.1.0",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/ltijs": "^4.0.6",
"@types/node": "^18.14.2",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"jest": "^29.5.0",
"prettier": "^2.8.4",
"reflect-metadata": "^0.1.13",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
}
}