33 lines
699 B
JSON
33 lines
699 B
JSON
{
|
|
"name": "functions",
|
|
"version": "0.1.0",
|
|
"bin": {
|
|
"functions": "bin/functions.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc -w",
|
|
"test": "jest",
|
|
"cdk": "cdk"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "22.7.9",
|
|
"aws-cdk": "2.171.0",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.2.5",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "~5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.701.0",
|
|
"@googleapis/sheets": "^9.3.1",
|
|
"@lingdocs/inflect": "^7.7.1",
|
|
"aws-cdk-lib": "2.171.0",
|
|
"constructs": "^10.0.0",
|
|
"google-auth-library": "^9.15.0",
|
|
"googleapis": "^144.0.0",
|
|
"hono": "^4.6.12"
|
|
}
|
|
}
|