serverless/scripts/package.json
Walid Elnozahy 06e16ae7e2
docs: add scripts package.json (#12644)
* docs: add scripts package.json

* docs: add scripts package.json

* update actions file

* add workflow permission
2024-06-27 18:11:14 +03:00

22 lines
410 B
JSON

{
"name": "scripts",
"version": "1.0.0",
"main": "sync-docs.js",
"type": "module",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"algoliasearch": "^4.24.0",
"gray-matter": "^4.0.3",
"marked": "^13.0.1",
"striptags": "^3.2.0"
}
}