forked from voucherifyio/voucherify-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 830 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
{
"version": "1.0.0",
"scripts": {
"update-md-tables-in-doc": "ts-node ./scripts/update-md-tables-in-doc.ts",
"build-md-tables-from-openapi": "ts-node ./scripts/build-md-tables-from-openapi.ts",
"readme-fix-reference-docs": "ts-node ./scripts/readme-fix-reference-docs.ts",
"remove-stoplight-tags-from-openapi": "ts-node ./scripts/remove-stoplight-tags-from-openapi.ts",
"manage-project": "ts-node ./scripts/manage-project.ts",
"readme-upload-missing-images": "ts-node ./scripts/readme-upload-missing-images.ts"
},
"dependencies": {
"axios": "^1.5.1",
"colors": "^1.4.0",
"dotenv": "^16.3.1",
"markdown-it": "^13.0.2",
"minimist": "^1.2.8",
"node-fetch": "^2.7.0",
"ts-node": "^10.9.1",
"yup": "^1.1.1"
},
"devDependencies": {
"@types/node": "^20.7.0"
}
}