-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package.json
29 lines (29 loc) · 1.08 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
{
"name": "wstg",
"version": "1.0.1",
"description": "[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/OWASP/wstg/issues) [![OWASP Flagship](https://img.shields.io/badge/owasp-flagship-brightgreen.svg)](https://www.owasp.org/index.php/OWASP_Project_Inventory#tab=Flagship_Projects)",
"main": "index.js",
"dependencies": {
"puppeteer": "^19.2.2"
},
"devDependencies": {
"markdownlint-cli": "^0.31.1"
},
"scripts": {
"pdfgen": "bash ./.github/pdf/scripts/make-pdf.sh",
"jsongen": "bash ./.github/json/scripts/make-json.sh",
"xlsxgen": "python ./.github/xlsx/scripts/build-checklist.py",
"publishxlsx" :"python ./.github/xlsx/scripts/upload-to-google-drive.py",
"epubgen": "bash ./.github/epub/scripts/make-epub.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OWASP/wstg.git"
},
"author": "OWASP",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/OWASP/wstg/issues"
},
"homepage": "https://github.com/OWASP/wstg#readme"
}