aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json b/sandbox/testAppNevena/Front/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json
new file mode 100644
index 00000000..166e5095
--- /dev/null
+++ b/sandbox/testAppNevena/Front/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json
@@ -0,0 +1,6 @@
+{
+ "type": "module",
+ "scripts": {
+ "test": "node index.js"
+ }
+}