Added hacked cadquery Dockerfile to ensure it would work

This commit is contained in:
Jeremy Wright
2021-04-14 13:17:44 -04:00
parent 68f8c7a741
commit 1a702ddae1
9 changed files with 1942 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "openscad-endpoint",
"version": "0.0.1",
"description": "endpoint for openscad",
"main": "index.js",
"author": "Kurt Hutten <kurt@kurthutten.com>",
"license": "",
"dependencies": {
"cors": "^2.8.5",
"middy": "^0.36.0",
"nanoid": "^3.1.20"
},
"devDependencies": {
"aws-lambda-ric": "^1.0.0"
}
}