14 lines
286 B
JSON

{
"name": "spotionst-python",
"version": "1.0.0",
"description": "Spotinst Functions Python sample for serverless framework service.",
"main": "handler.js",
"keywords": [
"serverless",
"spotinst"
],
"dependencies": {
"serverless-spotinst-functions": "*"
}
}