about summary refs log tree commit diff
path: root/test/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/package.json')
-rw-r--r--test/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/package.json b/test/package.json
new file mode 100644
index 0000000..f78dd9d
--- /dev/null
+++ b/test/package.json
@@ -0,0 +1,16 @@
+{
+  "name": "tester",
+  "version": "1.0.0",
+  "description": "Checks if articles are write in right way",
+  "main": "check.js",
+  "dependencies": {
+    "esm": "^3.2.25",
+    "kronikarz": "^1.0.0"
+  },
+  "scripts": {
+    "test": "./validator.sh"
+  },
+  "keywords": [],
+  "author": "Patryk Niedźwiedziński",
+  "license": "ISC"
+}