about summary refs log tree commit diff
path: root/test/package.json
blob: f78dd9d2ad26b62d8a4941b49e654788db6e6aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
}