-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 917 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
26
27
28
29
{
"name": "serverless-python-story",
"version": "0.2.1",
"description": "The example of Python application with the usage of Serverless",
"repository": {
"type": "git",
"url": "git+https://github.com/redlickigrzegorz/serverless-python-story.git"
},
"bugs": {
"url": "https://github.com/redlickigrzegorz/serverless-python-story/issues"
},
"scripts": {
"upgrade": "ncu --upgradeAll",
"offline-start": "serverless offline start",
"migrate": "serverless invoke --function migrate",
"deploy": "serverless deploy"
},
"dependencies": {},
"devDependencies": {
"dotenv": "^8.0.0",
"npm-check-updates": "^3.1.10",
"serverless": "^1.44.1",
"serverless-offline": "^5.3.2",
"serverless-python-requirements": "^4.3.0"
},
"homepage": "https://github.com/redlickigrzegorz/serverless-python-story#readme",
"author": "Grzegorz Redlicki",
"license": "MIT"
}