-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.11 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.11 KB
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
49
50
51
52
53
{
"name": "para-cli",
"version": "1.23.2",
"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": "para-cli.js"
},
"keywords": [
"para",
"backend",
"cli",
"baas",
"api"
],
"devDependencies": {
"eslint": "^10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Erudika/para-cli.git"
},
"dependencies": {
"brace-expansion": "^5.0.2",
"chalk": "^5.6.2",
"conf": "^15.1.0",
"exit": "^0.1.2",
"figlet": "^1.10.0",
"get-stdin": "^10.0.0",
"globby": "^16.1.0",
"htmlparser2": "^10.1.0",
"jsonwebtoken": "^9.0.3",
"meow": "^14.0.0",
"mime-types": "^3.0.2",
"para-client-js": "^1.40.4",
"resolve": "^1.22.11",
"striptags": "^3.2.0",
"update-notifier": "^7.3.1",
"yargs-parser": "^22.0.0"
}
}