datastar-ssegen 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "datastar-ssegen",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.3",
|
4
4
|
"description": "Datastar Server-Sent Event generator",
|
5
5
|
"author": "John Cudd",
|
6
6
|
"type": "module",
|
@@ -27,19 +27,12 @@
|
|
27
27
|
"bugs": {
|
28
28
|
"url": "https://github.com/jmcudd/datastar-ssegen/issues"
|
29
29
|
},
|
30
|
-
"
|
30
|
+
"devDependencies": {
|
31
31
|
"concurrently": "^9.1.0",
|
32
32
|
"express": "^4.21.2",
|
33
33
|
"hyper-express": "^6.17.3",
|
34
34
|
"nodemon": "^3.1.9",
|
35
|
-
"npm-run-all": "^4.1.5"
|
36
|
-
},
|
37
|
-
"devDependencies": {
|
38
|
-
"concurrently": "^9.1.0",
|
35
|
+
"npm-run-all": "^4.1.5",
|
39
36
|
"typescript": "^5.7.2"
|
40
|
-
},
|
41
|
-
"dependencies": {
|
42
|
-
"express": "^4.21.2",
|
43
|
-
"hyper-express": "^6.17.3"
|
44
37
|
}
|
45
38
|
}
|