UNPKG

1.54 kBJSONView Raw
1{
2 "name": "@expressen/tallahassee",
3 "version": "9.2.0",
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 && eslint . --cache",
9 "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",
10 "toc": "node ./scripts/generate-api-toc"
11 },
12 "engines": {
13 "node": ">=10.15.0"
14 },
15 "keywords": [
16 "headless",
17 "browser",
18 "fake",
19 "mock",
20 "IntersectionObserver",
21 "MutationObserver",
22 "iframe"
23 ],
24 "author": "AB Kvällstidningen Expressen",
25 "repository": {
26 "type": "git",
27 "url": "git://github.com/ExpressenAB/tallahassee.git"
28 },
29 "dependencies": {
30 "cheerio": "^1.0.0-rc.2",
31 "domexception": "^1.0.1",
32 "node-fetch": "^2.3.0",
33 "request": "^2.88.0",
34 "supertest": "^3.4.2"
35 },
36 "devDependencies": {
37 "@bonniernews/wichita": "^0.3.1",
38 "chai": "^4.2.0",
39 "cookiejar": "^2.1.2",
40 "eslint": "^5.12.1",
41 "express": "^4.16.4",
42 "markdown-toc": "^1.2.0",
43 "mocha": "^5.2.0",
44 "nock": "^10.0.6"
45 },
46 "files": [
47 "lib/",
48 "index.js",
49 "LICENCE"
50 ],
51 "bugs": {
52 "url": "https://github.com/ExpressenAB/tallahassee/issues"
53 },
54 "homepage": "https://github.com/ExpressenAB/tallahassee#readme",
55 "directories": {
56 "lib": "lib",
57 "test": "test"
58 }
59}