Initial setup
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "eg-api",
|
||||
"version": "1.0.0",
|
||||
"description": "Backend services for ECS Grader",
|
||||
"main": "handler.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@bitbucket.org/ndandr/eg-api.git"
|
||||
},
|
||||
"author": "Ben Ramey (NDAndR)",
|
||||
"license": "ISC",
|
||||
"homepage": "https://bitbucket.org/ndandr/eg-api#readme",
|
||||
"devDependencies": {
|
||||
"ajv": "^6.5.3",
|
||||
"aws-sdk": "^2.316.0",
|
||||
"serverless": "^1.32.0",
|
||||
"serverless-offline": "^3.25.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user