mirror of
https://github.com/LukeHagar/appwrite-starter-function.git
synced 2025-12-06 04:19:14 +00:00
17 lines
284 B
JSON
17 lines
284 B
JSON
{
|
|
"name": "starter-template",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"node-appwrite": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.0.0"
|
|
}
|
|
}
|