1
0
Fork 0
mirror of synced 2024-10-06 05:04:20 +13:00
appwrite/app/sdks/web-javascript/package.json

17 lines
366 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-03-20 05:46:30 +13:00
"version": "1.0.29",
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-01-31 13:14:47 +13:00
"url": "https://github.com/appwrite/sdk-for-js"
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": {}
}