-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"name": "@daemoniorum/qliphoth",
"version": "0.2.0",
"type": "module",
"description": "Qliphoth - Reactive web framework for Sigil with evidentiality-driven state management",
"author": "Daemoniorum, LLC",
"license": "MIT OR Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Daemoniorum-LLC/qliphoth.git"
},
"homepage": "https://sigil-lang.com",
"bugs": {
"url": "https://github.com/Daemoniorum-LLC/qliphoth/issues"
},
"keywords": [
"sigil",
"web-framework",
"wasm",
"webassembly",
"vdom",
"reactive",
"components",
"hooks",
"ssr",
"cross-platform"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:e2e:debug": "playwright test --debug"
},
"devDependencies": {
"@playwright/test": "^1.50.0",
"@types/node": "^22.10.0",
"typescript": "^5.7.2",
"vite": "^6.0.0"
}
}