pashto-dictionary/functions/package.json

33 lines
699 B
JSON
Raw Normal View History

2024-08-14 19:30:10 +00:00
{
"name": "functions",
2024-11-27 17:27:59 +00:00
"version": "0.1.0",
"bin": {
"functions": "bin/functions.js"
},
2024-08-14 19:30:10 +00:00
"scripts": {
"build": "tsc",
2024-11-27 17:27:59 +00:00
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
2024-08-14 19:30:10 +00:00
},
2024-11-27 17:27:59 +00:00
"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"
2024-08-14 19:30:10 +00:00
},
"dependencies": {
2024-11-27 17:27:59 +00:00
"@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",
2024-11-26 08:53:09 +00:00
"googleapis": "^144.0.0",
2024-11-27 17:27:59 +00:00
"hono": "^4.6.12"
2024-08-14 19:30:10 +00:00
}
2024-11-27 17:27:59 +00:00
}