about summary refs log tree commit diff
path: root/test/package.json
blob: 85edd14c3a9a96d177669dc4dc9a707d4c56ef6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tester",
  "version": "1.0.0",
  "description": "Checks if articles are write in right way",
  "main": "check.js",
  "dependencies": {
    "esm": "^3.2.25",
    "kronikarz": "^2.0.0"
  },
  "scripts": {
    "build": "mkdir -p ../static/api && touch ../static/api/posts.json && node -r esm build.js && cp _headers ../static && cp -r ../wpisy ../static/files",
    "test": "./validator.sh"
  },
  "keywords": [],
  "author": "Patryk Niedźwiedziński",
  "license": "ISC"
}