-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 829 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
25
{
"name": "crc-backend",
"version": "1.0.0",
"description": "## Introduction This is a simple website visit counter backend built using Python3. It's configured to run on AWS Lambda, using API Gateway to provide an API endpoint and DynamoDB to store counter data.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muhannad0/crc-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/muhannad0/crc-backend/issues"
},
"homepage": "https://github.com/muhannad0/crc-backend#readme",
"devDependencies": {
"serverless-dynamodb-local": "^0.2.39",
"serverless-offline": "^6.4.0",
"serverless-python-requirements": "^5.1.0"
}
}