feat: initial commit for Alexa Malayalam Calendar skill

This commit is contained in:
2026-07-20 13:20:15 +05:30
commit 04f1d7d9d1
8 changed files with 355 additions and 0 deletions
+52
View File
@@ -0,0 +1,52 @@
{
"name": "alexamalayalamcalendar",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "alexamalayalamcalendar",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"ask-sdk-core": "^2.14.0",
"kollavarsham": "^2.5.4"
}
},
"node_modules/ask-sdk-core": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/ask-sdk-core/-/ask-sdk-core-2.14.0.tgz",
"integrity": "sha512-G2yEKbY+XYTFzJXGRpsg7xJHqqgBcgnKEgklXUMRWRFv10gwHgtWDLLlBV6h4IdysTx782rCVJK/UcHcaGbEpA==",
"license": "Apache-2.0",
"dependencies": {
"ask-sdk-runtime": "^2.14.0"
},
"peerDependencies": {
"ask-sdk-model": "^1.29.0"
}
},
"node_modules/ask-sdk-model": {
"version": "1.86.0",
"resolved": "https://registry.npmjs.org/ask-sdk-model/-/ask-sdk-model-1.86.0.tgz",
"integrity": "sha512-JmC5mypPBz5Q1Yx1WyeAr2Q/z2Cjm98EjLjTlYAolXF4gokU7fDDjeOAyAD5dkyHjyGLeCEvlC0MJYWFwc84dw==",
"license": "Apache-2.0",
"peer": true
},
"node_modules/ask-sdk-runtime": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/ask-sdk-runtime/-/ask-sdk-runtime-2.14.0.tgz",
"integrity": "sha512-a96pPs1RU3GgXBHplqAVqh2uxEuSYjTD5+XSbHsf6Fz4KhHpgaxJogOIIybjA6O/d1B9sG+6bjHJGzxBJEcccA==",
"license": "Apache-2.0"
},
"node_modules/kollavarsham": {
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/kollavarsham/-/kollavarsham-2.5.4.tgz",
"integrity": "sha512-0awQqPiG/6YV8exi1oBsKeliNPwpXoOsJCBKRH608pCACsbMw52tpxPJR5IBTtsqAttCY5MgJYv8olew1doWGw==",
"license": "MIT",
"engines": {
"node": ">= 16",
"npm": ">= 8"
}
}
}
}