-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "accessibility-statement-generator",
"version": "0.2.0",
"description": "A CLI with prompts to facilitate the creation of PSBAR compliant Accessibility Statements.",
"main": "index.js",
"bin": "./asg",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobinKnipe/asg.git"
},
"keywords": [
"accessibility",
"statement"
],
"author": "Robin",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobinKnipe/asg/issues"
},
"homepage": "https://github.com/RobinKnipe/asg#readme",
"dependencies": {
"bluebird": "^3.7.2",
"chalk": "^4.1.0",
"glob": "^7.1.6",
"inquirer": "^7.3.3",
"inquirer-datepicker-prompt": "^0.4.2",
"inquirer-file-tree-selection-prompt": "^1.0.6",
"node-plop": "^0.26.2",
"plop": "^2.7.4",
"remark": "^12.0.1",
"remark-html": "^12.0.0",
"remark-preset-lint-recommended": "^4.0.1",
"vfile-reporter": "^6.0.1"
}
}