1 | {
|
2 | "name": "htmx.org",
|
3 | "description": "high power tools for html",
|
4 | "keywords": [
|
5 | "AJAX",
|
6 | "HTML"
|
7 | ],
|
8 | "version": "1.9.12",
|
9 | "homepage": "https://htmx.org/",
|
10 | "bugs": {
|
11 | "url": "https://github.com/bigskysoftware/htmx/issues"
|
12 | },
|
13 | "license": "0BSD",
|
14 | "files": [
|
15 | "LICENSE",
|
16 | "README.md",
|
17 | "dist/htmx.d.ts",
|
18 | "dist/*.js",
|
19 | "dist/ext/*.js",
|
20 | "dist/*.js.gz",
|
21 | "editors/jetbrains/htmx.web-types.json"
|
22 | ],
|
23 | "main": "dist/htmx.min.js",
|
24 | "types": "dist/htmx.d.ts",
|
25 | "unpkg": "dist/htmx.min.js",
|
26 | "web-types": "editors/jetbrains/htmx.web-types.json",
|
27 | "scripts": {
|
28 | "test": "mocha-chrome test/index.html",
|
29 | "test-types": "tsc --project ./jsconfig.json",
|
30 | "dist": "cp -r src/* dist/ && npm run-script uglify && gzip -9 -k -f dist/htmx.min.js > dist/htmx.min.js.gz && exit",
|
31 | "ws-tests": "cd ./test/ws-sse && node ./server.js",
|
32 | "www": "bash ./scripts/www.sh",
|
33 | "uglify": "uglifyjs -m eval -o dist/htmx.min.js dist/htmx.js"
|
34 | },
|
35 | "repository": {
|
36 | "type": "git",
|
37 | "url": "git+https://github.com/bigskysoftware/htmx.git"
|
38 | },
|
39 | "devDependencies": {
|
40 | "chai": "^4.3.7",
|
41 | "chai-dom": "^1.11.0",
|
42 | "fs-extra": "^9.1.0",
|
43 | "mocha": "^9.2.2",
|
44 | "mocha-chrome": "^2.2.0",
|
45 | "mocha-webdriver-runner": "^0.6.4",
|
46 | "mock-socket": "^9.2.1",
|
47 | "sinon": "^9.2.4",
|
48 | "typescript": "^4.9.5",
|
49 | "uglify-js": "^3.17.4",
|
50 | "ws": "^8.14.2"
|
51 | }
|
52 | }
|