1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00
appwrite/app/sdks/console-javascript/package.json

17 lines
370 B
JSON
Raw Normal View History

2020-01-28 10:50:41 +13:00
{
"name": "appwrite",
"homepage": "https://appwrite.io/support",
2020-05-01 07:16:14 +12:00
"description": "",
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": {}
}