Files
aris/packages/aris-source-google-calendar/package.json
2026-02-14 15:42:59 +00:00

15 lines
252 B
JSON

{
"name": "@aris/source-google-calendar",
"version": "0.0.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"test": "bun test ."
},
"dependencies": {
"@aris/core": "workspace:*",
"arktype": "^2.1.0"
}
}