forked from TorstenDittmann/appwrite-types-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 648 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 648 Bytes
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
{
"name": "appwrite-types-generator",
"version": "0.0.3",
"description": "CLI tool to generate Typescript Definitions from your Appwrite Collections.",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"aw-types": "./index.js"
},
"author": {
"name": "Torsten Dittmann",
"email": "torsten@appwrite.io",
"url": "https://appwrite.io"
},
"license": "ISC",
"dependencies": {
"camelcase": "^6.2.0",
"ejs": "^3.1.6",
"node-appwrite": "^2.5.0",
"process": "^0.11.10",
"yargs": "^17.1.1"
}
}