mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
* docs: add scripts package.json * docs: add scripts package.json * update actions file * add workflow permission
22 lines
410 B
JSON
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"
|
|
}
|
|
}
|