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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94{
"name": "@guijs/server-core",
"version": "0.1.22",
"author": "Guillaume Chau",
"scripts": {
"dev": "nodepack-service dev",
"build": "nodepack-service build",
"lint": "nodepack-service lint --no-maintenance",
"autoinstall": "while inotifywait -e close_write ./package.json; do yarn; done",
"schema-gen": "graphql-codegen --config gql-codegen.yml",
"start": "node ./dist/app.js",
"prepublishOnly": "yarn build"
},
"dependencies": {
"@guijs/frontend-core": "^0.1.22",
"@guijs/get-workspaces": "^0.1.10",
"@guijs/native-dialog": "^0.1.8",
"@nodepack/app": "^0.8.0",
"@nodepack/app-context": "^0.8.0",
"@nodepack/module": "^0.8.0",
"@nodepack/plugin-apollo": "^0.8.5",
"@nodepack/plugin-db-fauna": "^0.8.3",
"@nodepack/plugin-express": "^0.8.0",
"@nodepack/utils": "^0.8.3",
"clear-module": "^4.0.0",
"clipboardy": "^2.2.0",
"consola": "^2.11.3",
"default-shell": "^1.0.1",
"elasticlunr": "^0.9.5",
"execa": "^4.0.0",
"express": "^4.17.1",
"express-history-api-fallback": "^2.2.1",
"faunadb": "^2.11.1",
"fs-extra": "^8.1.0",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"graphql-type-json": "^0.3.1",
"lru-cache": "^5.1.1",
"ms": "^2.1.2",
"nedb": "^1.8.0",
"nedb-promise": "^2.0.1",
"node-pty-prebuilt-multiarch": "^0.10.1-pre.5",
"npm-registry-fetch": "^6.0.0",
"os-locale": "^4.0.0",
"portfinder": "^1.0.25",
"request": "^2.88.2",
"resolve": "^1.15.1",
"shell-env": "^3.0.0",
"shortid": "^2.2.15",
"string_decoder": "^1.3.0",
"ws": "^7.2.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.11.2",
"@graphql-codegen/fragment-matcher": "^1.11.2",
"@graphql-codegen/typescript": "^1.11.2",
"@graphql-codegen/typescript-resolvers": "^1.11.2",
"@nodepack/plugin-eslint": "^0.8.3",
"@nodepack/plugin-typescript": "^0.8.3",
"@nodepack/service": "^0.8.4",
"@types/elasticlunr": "^0.9.0",
"@types/fs-extra": "^8.0.1",
"@types/lru-cache": "^4.1.0",
"@types/nedb": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.5.0",
"eslint": "^6.5.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"engines": {
"node": ">=12"
},
"license": "MIT",
"productName": "guijs",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github.com/Akryum/guijs.git",
"directory": "packages/@guijs/server-core"
},
"bin": {
"guijs-server": "./dist/app.js"
},
"files": [
"dist"
]
}