summaryrefslogtreecommitdiffstats
path: root/theme/tests/package.json
blob: ccbc263a1fcd68ab541f71da8324f33ff0bdfb6d (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
{
  "name": "mkdocs_windmill_tests",
  "version": "0.0.1",
  "description": "Tests for mkdocs_windmill",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "mocha test/**/*.ts",
    "test-debug": "mocha test/**/*.ts -b --no-exit"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/chai-as-promised": "^7.1.0",
    "@types/mocha": "^5.2.5",
    "@types/node": "^12.12.3",
    "@types/node-fetch": "^2.5.2",
    "@types/selenium-webdriver": "^4.0.5",
    "mocha": "^6.2.2",
    "mocha-webdriver": "^0.2.4",
    "node-fetch": "^2.6.0",
    "ts-node": "^8.0.2",
    "tslint": "^5.12.1",
    "tslint-language-service": "^0.9.9",
    "typescript": "^3.2.4"
  }
}