Skip to content

Commit

Permalink
Install serverless-dotenv-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lightwalker-eth committed Sep 25, 2024
1 parent e48b3af commit 082125f
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 78 deletions.
55 changes: 28 additions & 27 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"name": "nameguard-api",
"private": true,
"description": "AWS Lambda handler for NameGuard.",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/namehash/namekit.git",
"directory": "api"
},
"homepage": "https://github.com/namehash/namekit/tree/main/api",
"keywords": [
"ENS",
"NameKit",
"NameGuard",
"NameHash"
],
"scripts": {
"deploy:prod": "serverless deploy --stage prod"
},
"dependencies": {
"serverless": "3.39.0"
},
"devDependencies": {
"serverless-prune-plugin": "2.0.2"
}
}
"name": "nameguard-api",
"private": true,
"description": "AWS Lambda handler for NameGuard.",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/namehash/namekit.git",
"directory": "api"
},
"homepage": "https://github.com/namehash/namekit/tree/main/api",
"keywords": [
"ENS",
"NameKit",
"NameGuard",
"NameHash"
],
"scripts": {
"deploy:prod": "serverless deploy --stage prod"
},
"dependencies": {
"serverless": "3.39.0"
},
"devDependencies": {
"serverless-dotenv-plugin": "6.0.0",
"serverless-prune-plugin": "2.0.2"
}
}
Loading

0 comments on commit 082125f

Please sign in to comment.