1
0
Fork 0
mirror of synced 2024-09-12 23:53:15 +12:00
appwrite/app/sdks/web-javascript/package.json
2020-04-30 22:16:14 +03:00

17 lines
No EOL
366 B
JSON

{
"name": "appwrite",
"homepage": "https://appwrite.io/support",
"description": "",
"version": "1.0.29",
"license": "BSD-3-Clause",
"main": "src/sdk.js",
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/appwrite/sdk-for-js"
},
"devDependencies": {
"typescript": "^3.6.4"
},
"dependencies": {}
}