-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.04 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
44
45
{
"name": "htmx.ext...chunked-transfer",
"version": "0.0.0",
"description": "Chunked transfer encoding extension for htmx.",
"keywords": [
"htmx",
"chunked",
"transfer",
"encoding",
"extension"
],
"repository": {
"type": "git",
"url": "git+https://github.com/douglasduteil/htmx.ext...chunked-transfer.git"
},
"license": "WTFPL",
"author": "Douglas Duteil <douglasduteil@gmail.com> (https://douglasduteil.github.io/)",
"type": "module",
"main": "dist/index.js",
"unpkg": "dist/index.min.js",
"module": "index.ts",
"files": [
"dist",
"index.ts"
],
"scripts": {
"build": "bun run scripts/build.ts",
"dev": "bun start",
"test": "bun test ./index.test.ts"
},
"devDependencies": {
"@tsconfig/bun": "^1.0.1",
"@types/bun": "^1.2.11",
"@types/web": "^0.0.344",
"happy-dom": "^20.0.11",
"htmx.org": "^2.0.0",
"prettier": "^3.1.1",
"typescript": "^6.0.0"
},
"peerDependencies": {},
"publishConfig": {
"access": "public",
"provenance": true
}
}