-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1019 Bytes
/
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
{
"name": "@chialab/a11ygator-app",
"private": true,
"version": "1.0.0",
"description": "A Web dashboard and Twitter bot for accessibility tests.",
"homepage": "https://a11ygator.chialab.io/",
"repository": "github:chialab/a11ygator-app",
"bugs": {
"url": "https://github.com/chialab/a11ygator-app/issues"
},
"bin": "bin/a11ygator",
"scripts": {
"build-reporter": "rollup reporter/index.js --name 'Reporter' --file lambda/report-view/reporter.js --config"
},
"dependencies": {
"aws-sdk": "^2.441.0",
"aws4": "^1.8.0",
"chrome-aws-lambda": "^1.14.0",
"dotenv": "^8.0.0",
"ora": "^3.4.0",
"pa11y": "github:edoardocavazza/pa11y",
"prompts": "^2.1.0",
"puppeteer": "^1.14.0",
"twit": "^2.2.11",
"uuid": "^3.3.2",
"yargs": "^13.2.4"
},
"devDependencies": {
"rollup": "^0.66.2",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-jst": "^1.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-string": "^2.0.2"
}
}