1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00
appwrite/app/sdks/console-web/package.json

17 lines
521 B
JSON
Raw Normal View History

2020-01-28 10:50:41 +13:00
{
"name": "appwrite",
"homepage": "https://appwrite.io/support",
2020-05-02 16:23:56 +12:00
"description": "Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API",
2020-02-24 07:09:34 +13:00
"version": "1.0.0",
2020-01-28 10:50:41 +13:00
"license": "BSD-3-Clause",
"main": "src/sdk.js",
2020-05-01 07:16:14 +12:00
"types": "types/index.d.ts",
2020-01-28 10:50:41 +13:00
"repository": {
"type": "git",
2020-02-24 07:09:34 +13:00
"url": "https://github.com/appwrite/sdk-for-console"
2020-01-28 10:50:41 +13:00
},
2020-05-01 07:16:14 +12:00
"devDependencies": {
"typescript": "^3.6.4"
},
2020-01-28 10:50:41 +13:00
"dependencies": {}
}