-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.11 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
{
"name": "@flancer32/book-browser-lab",
"version": "0.1.0",
"description": "Reproducible experiments and visual demonstrations supporting the architectural claims of the book on the browser as a distributed execution environment.",
"type": "module",
"keywords": [],
"homepage": "https://github.com/flancer32/book-browser-lab#readme",
"bugs": {
"url": "https://github.com/flancer32/book-browser-lab/issues"
},
"license": "Apache-2.0",
"author": {
"name": "Alex Gusev",
"email": "alex@flancer64.com",
"url": "https://github.com/flancer64"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flancer32/book-browser-lab.git"
},
"types": "./types.d.ts",
"scripts": {
"debug": "node --inspect ./bin/cms.mjs",
"start": "node ./bin/cms.mjs",
"trace": "node --trace-warnings ./bin/cms.mjs"
},
"dependencies": {
"@flancer32/teq-web": "^0.4.0",
"@teqfw/di": "^1.2.0",
"dotenv": "^17.2.3",
"ws": "^8.18.3"
},
"engines": {
"node": ">=20"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/teqfw"
}
}