-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
62 lines (62 loc) · 1.52 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "xest",
"version": "0.0.0-alpha.23",
"description": "Xest CLI for managing projects",
"main": "index.js",
"bin": {
"xx": "./xest.js"
},
"dependencies": {
"@babel/traverse": "^7.23.6",
"@faker-js/faker": "^5.5.3",
"@sodaru/yup-to-json-schema": "^2.0.1",
"acorn": "^8.11.2",
"chalk": "^4.1.2",
"chipper": "^1.8.0",
"commander": "^8.3.0",
"cors": "^2.8.5",
"cross-port-killer": "^1.3.0",
"detect-port": "^1.3.0",
"execa": "^5.1.1",
"express": "^4.18.2",
"fast-levenshtein": "^3.0.0",
"fdir": "^5.1.0",
"find-package-json": "^1.2.0",
"fs-extra": "^10.0.0",
"glob": "^10.3.10",
"inquirer": "^8.2.0",
"inquirer-file-tree-selection-prompt": "^1.0.13",
"inquirer-search-list": "^1.2.6",
"liquidjs": "^9.28.5",
"localtunnel": "^2.0.2",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"picomatch": "^2.3.0",
"pluralize": "^8.0.0",
"prompts": "^2.4.2",
"quick-score": "0.0.13",
"replace-in-file": "^6.3.2",
"search-in-file": "^1.2.2",
"sql-formatter": "^4.0.2",
"uuid": "^9.0.1",
"yup": "^1.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CyprusCodes/xest.git"
},
"keywords": [
"cli",
"rest",
"nodejs"
],
"author": "CyprusCodes",
"license": "MIT",
"bugs": {
"url": "https://github.com/CyprusCodes/xest/issues"
},
"homepage": "https://github.com/CyprusCodes/xest#readme"
}