-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 628 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 628 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
{
"name": "@affinescript/dom",
"version": "0.1.0",
"description": "High-assurance DOM connector for AffineScript — memory-safe web manipulation.",
"type": "module",
"main": "./src/dom.affine",
"exports": {
".": "./src/dom.affine"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [
"affinescript",
"dom",
"wasm",
"typed-wasm",
"high-assurance"
],
"author": "hyperpolymath",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"affinescript-vite": "file:../../../../affinescript-vite",
"vite": "^8.0.5"
}
}