-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathpackage.json
28 lines (28 loc) · 841 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "appwrite-playground-for-js",
"version": "1.0.0",
"description": "Appwrite playground is a simple way to explore the Appwrite API & Web SDK. Use the source code of this page to learn how to use the different Appwrite Web SDK features.",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appwrite/playground-for-js.git"
},
"keywords": [
"appwrite"
],
"author": "Team Appwrite",
"license": "MIT",
"bugs": {
"url": "https://github.com/appwrite/playground-for-js/issues"
},
"homepage": "https://github.com/appwrite/playground-for-js#readme",
"dependencies": {
"appwrite": "^16.0.0",
"express": "^4.18.1",
"node-appwrite": "14.0.0"
}
}