summary refs log tree commit diff
path: root/package.json
blob: a35aaea9d14dc8e1df0fb420c8554b7ea78a3444 (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.3.1",
  "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": [
      "<rootDir>/tmp"
    ]
  }
}