-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.02 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "para-cli",
"version": "1.20.7",
"license": "Apache-2.0",
"description": "Command-line tool for Para backend servers",
"homepage": "https://paraio.org",
"type": "module",
"exports": "./index.js",
"author": {
"name": "Alex Bogdanovski",
"email": "alex@erudika.com",
"url": "https://erudika.com"
},
"files": [
"para-cli.js",
"index.js"
],
"bin": "para-cli.js",
"keywords": [
"para",
"backend",
"cli",
"baas",
"api"
],
"devDependencies": {
"eslint": "^9.13.0"
},
"repository": "Erudika/para-cli",
"dependencies": {
"brace-expansion": "^4.0.0",
"chalk": "^5.3.0",
"conf": "^13.0.1",
"exit": "^0.1.2",
"figlet": "^1.8.0",
"get-stdin": "^9.0.0",
"globby": "^14.0.2",
"htmlparser2": "^9.1.0",
"jsonwebtoken": "^9.0.2",
"meow": "^13.2.0",
"mime-types": "^2.1.35",
"para-client-js": "^1.39.3",
"resolve": "^1.22.8",
"striptags": "^3.2.0",
"update-notifier": "^7.3.1",
"yargs-parser": "^21.1.1"
}
}