forked from arcanemachine/django-htmx-alpine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 845 Bytes
/
package.json
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
{
"name": "django-htmx-alpine",
"version": "0.0.1",
"description": "A sandbox for using Django with HTMX.",
"main": "index.js",
"scripts": {
"jest": "jest -i ./jest/*.js",
"jest-watch": "jest ./jest/ --watch",
"cypress": "cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arcanemachine/django-htmx-alpine.git"
},
"author": "Nicholas Moen <arcanemachine@tutanota.com> (https://nicholasmoen.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/arcanemachine/django-htmx-alpine/issues"
},
"homepage": "https://github.com/arcanemachine/django-htmx-alpine#readme",
"devDependencies": {
"cypress": "^7.6.0",
"eslint": "^7.29.0",
"jest": "^27.0.5"
},
"dependencies": {
"jsdom": "^16.6.0"
},
"jest": {
"testEnvironment": "jsdom"
}
}