summary refs log tree commit diff
path: root/package.json
blob: 37040290f0779842e605e1c4b9c5ba40c745f052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "name": "kronikarz",
  "version": "2.1.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",
    "markdown-it": "^10.0.0",
    "rss": "^1.2.2"
  },
  "devDependencies": {
    "@types/jest": "^24.0.18",
    "@types/node": "^12.7.12",
    "eslint": "^6.8.0",
    "jest": "^24.9.0",
    "ts-jest": "^24.1.0",
    "typescript": "^3.6.4",
    "vuepress": "^1.2.0"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "<rootDir>/tmp"
    ]
  }
}