{ "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.3.1" }, "scripts": { "build": "mkdir -p ../static/api && touch ../static/api/posts.json && sed -i '/type\": \"module/d' node_modules/@gerhobbelt/markdown-it-html5-media/package.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" }