UNPKG

1.55 kBJSONView Raw
1{
2 "name": "@expressen/tallahassee",
3 "version": "9.9.1",
4 "description": "Expressen client testing framework",
5 "main": "index.js",
6 "license": "BSD-3-Clause",
7 "scripts": {
8 "test": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" mocha",
9 "posttest": "eslint . --cache",
10 "test-md": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" node ./scripts/test-md ./README.md && NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" node ./scripts/test-md ./API.md",
11 "toc": "node ./scripts/generate-api-toc"
12 },
13 "engines": {
14 "node": ">=10.15.0"
15 },
16 "keywords": [
17 "headless",
18 "browser",
19 "fake",
20 "mock",
21 "IntersectionObserver",
22 "MutationObserver",
23 "iframe"
24 ],
25 "author": "AB Kvällstidningen Expressen",
26 "repository": {
27 "type": "git",
28 "url": "git://github.com/ExpressenAB/tallahassee.git"
29 },
30 "dependencies": {
31 "cheerio": "^1.0.0-rc.3",
32 "domexception": "^1.0.1",
33 "node-fetch": "^2.3.0",
34 "request": "^2.88.0",
35 "supertest": "^4.0.2"
36 },
37 "devDependencies": {
38 "@bonniernews/wichita": "^0.5.0",
39 "chai": "^4.2.0",
40 "cookiejar": "^2.1.2",
41 "eslint": "^5.16.0",
42 "express": "^4.16.4",
43 "markdown-toc": "^1.2.0",
44 "mocha": "^6.1.3",
45 "nock": "^10.0.6"
46 },
47 "files": [
48 "lib/",
49 "index.js",
50 "LICENSE"
51 ],
52 "bugs": {
53 "url": "https://github.com/ExpressenAB/tallahassee/issues"
54 },
55 "homepage": "https://github.com/ExpressenAB/tallahassee#readme",
56 "directories": {
57 "lib": "lib",
58 "test": "test"
59 }
60}