Skip to content

Commit

Permalink
readme: updated further
Browse files Browse the repository at this point in the history
  • Loading branch information
olliethedev committed Oct 27, 2023
1 parent dd0e9c3 commit c77edc7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Packages | Description
[Create Model Transformer](https://github.com/olliethedev/amplifiers/tree/master/packages/amplify-graphql-create-model-transformer) | Creates a model on trigger event (ex. Cognito Conf)
[Send Email Transformer](https://github.com/olliethedev/amplifiers/tree/master/packages/amplify-graphql-send-email-transformer) | Sends an email on DynamoDB mutation
[Process Image Transformer](https://github.com/olliethedev/amplifiers/tree/master/packages/amplify-graphql-process-image-transformer) | Transforms images in S3
[Blog Plugin](https://github.com/olliethedev/amplifiers/tree/master/packages/amplify-util-blog) | Adds blog functionality to your Amplify project

## Development ##
- This project uses workspaces. To install dependencies run `npm install -ws` from the root directory.
Expand Down
27 changes: 22 additions & 5 deletions packages/amplify-util-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"name": "@amplifiers/amplify-util-blog",
"version": "1.1.18",
"description": "",
"description": "Amplify Util Blog is a utility plugin for the Amplify CLI that helps you add blog functionality to your Amplify project.",
"keywords": [
"aws",
"amplify",
"grapqhl",
"serverless",
"plugin",
"blog",
"ui"
],
"main": "index.js",
"files": [
"commands/**/*",
Expand All @@ -12,10 +21,18 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "echo WIP"
},
"author": "",
"license": "ISC",
"dependencies": {
},"dependencies": {
"fs-extra": "^11.1.1"
},
"author": "olliethedev",
"license": "MIT",
"bugs": {
"url": "https://github.com/olliethedev/amplifiers/issues"
},
"homepage": "https://github.com/olliethedev/amplifiers#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/olliethedev/amplifiers.git",
"directory": "packages/amplify-util-blog"
}
}

0 comments on commit c77edc7

Please sign in to comment.