core/appwrite-functions/hello-world/package.json
2025-12-11 19:36:21 -03:00

8 lines
133 B
JSON

{
"name": "hello-world",
"version": "1.0.0",
"type": "module",
"main": "src/index.js",
"license": "MIT",
"scripts": {}
}