-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 773 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 773 Bytes
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
{
"name": "terminal",
"module": "app.js",
"type": "module",
"devDependencies": {
"@stylistic/eslint-plugin-js": "^1.7.0",
"@web/test-runner": "^0.18.1",
"eslint": "^9.0.0",
"eslint-plugin-jsdoc": "^48.2.3",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.1",
"@lit-labs/ssr": "^3.2.2",
"@lit-labs/ssr-client": "^1.1.7",
"@webcomponents/template-shadowroot": "^0.2.1",
"globals": "^15.0.0",
"koa": "^2.15.0",
"koa-favicon": "^2.1.0",
"koa-node-resolve": "^1.0.0-pre.9",
"koa-static": "^5.0.0"
},
"scripts": {
"start": "bun app.js",
"debug": "bun --inspect app.js",
"watch": "bun --watch app.js",
"lint": "eslint",
"format": "eslint --fix"
},
"dependencies": {
"lit": "^3.1.2"
}
}