{ "name": "kronikarz", "version": "2.3.0", "description": "System elektronicznej kroniki", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "build": "tsc", "dev": "tsc --watch", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, "keywords": [ "kronika" ], "author": "Patryk Niedźwiedziński", "license": "ISC", "dependencies": { "@gerhobbelt/markdown-it-html5-media": "0.6.0-1", "@types/jsdom": "^12.2.4", "@types/rss": "0.0.28", "front-matter": "^3.0.2", "jsdom": "^15.1.1", "lodash.chunk": "^4.2.0", "markdown-it": "^10.0.0", "rss": "^1.2.2" }, "devDependencies": { "@types/node": "^12.7.12", "eslint": "^6.8.0", "jest": "^26.4.2", "ts-jest": "^26.3.0", "typescript": "^3.6.4", "vuepress": "^1.2.0" }, "jest": { "testPathIgnorePatterns": [ "/tmp" ] } }