-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 861 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 861 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
32
33
34
35
{
"name": "elt",
"version": "4.0.0-rc.0",
"repository": "https://github.com/elementjs/elt",
"description": "",
"license": "MIT",
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./*": "./src/*.ts",
"./ui": "./src/ui/index.tsx",
"./ui/*": "./src/ui/*.tsx"
},
"scripts": {
"test": "mocha --require ts-node/register --extensions ts tests/test-observable.ts"
},
"type": "module",
"devDependencies": {
"@types/bun": "^1.3.10",
"@types/js-yaml": "^4.0.5",
"@typescript/native-preview": "^7.0.0-dev.20260321.1",
"esbuild": "^0.21.4",
"eslint": "^8.11.0",
"happy-dom": "^20.8.3",
"js-yaml": "^4.1.0",
"mutative": "1.x",
"typescript": "^5.8.3",
"wtsc": "^0.1.3"
},
"peerDependencies": {
"mutative": "1.x",
"@floating-ui/dom": "1.x"
},
"dependencies": {}
}