We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11218b1 commit 1373b49Copy full SHA for 1373b49
package.json
@@ -1,8 +1,7 @@
1
{
2
"name": "json22-express",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Expressjs middleware providing support to JSON22 data format in your applications",
5
- "type": "module",
6
"author": {
7
"email": "dancecoder@gmail.com",
8
"name": "Dmitry Dutikov"
@@ -37,6 +36,10 @@
37
36
"engines": {
38
"node": ">=14"
39
},
+
40
+ "type": "module",
41
+ "repository": "github:dancecoder/json22-express",
42
+ "main": "index.js",
43
"exports": {
44
".": {
45
"require": "./index.cjs",
0 commit comments