-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.25 KB
/
package.json
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
43
{
"name": "ava-webcomponents",
"version": "0.1.3",
"description": "Utility middleware for testing web components in AVA via Puppeteer.",
"main": "src/index.js",
"repository": "git@github.com:Wildhoney/ava-webcomponents.git",
"author": "Adam Timberlake <adam.timberlake@gmail.com>",
"license": "MIT",
"scripts": {
"test": "taskfile test",
"format": "taskfile format"
},
"ava": {
"failFast": true,
"require": [
"esm"
]
},
"dependencies": {
"@babel/generator": "^7.4.0",
"@babel/parser": "^7.4.3",
"express": "^4.16.4",
"pkg-up": "^3.0.1",
"puppeteer": "^1.14.0"
},
"devDependencies": {
"ava": "^1.4.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"esm": "^3.2.22",
"prettier": "^1.16.4",
"ramda": "^0.26.1",
"readlint": "^0.7.2",
"taskfile": "^0.10.0"
}
}