UNPKG

1.62 kBJSONView Raw
1{
2 "name": "huncwot",
3 "version": "0.48.1",
4 "description": "Macro framework for monolithic Node.js apps - batteries included",
5 "main": "index.js",
6 "repository": "https://github.com/zaiste/huncwot",
7 "author": "Zaiste",
8 "license": "Apache-2.0",
9 "devDependencies": {
10 "ava": "^2.4.0",
11 "eslint-plugin-prettier": "^3.1.1",
12 "form-data": "^2.5.1",
13 "prettier": "1.18.2"
14 },
15 "scripts": {
16 "test": "ava",
17 "debug": "node --inspect cli.js"
18 },
19 "peerDependencies": {
20 "axios": "^0.19.0",
21 "vue": "2.6.10",
22 "vue-class-component": "^7.1.0",
23 "vuex": "^3.1.1"
24 },
25 "dependencies": {
26 "@casl/ability": "^3.2.0",
27 "@sqorn/pg": "0.0.45",
28 "apollo-server-core": "^2.9.5",
29 "apollo-server-module-graphiql": "^2.0.0-beta.6",
30 "argon2": "0.25.0",
31 "axios": "^0.19.0",
32 "basic-auth": "^2.0.1",
33 "bluebird": "^3.7.0",
34 "busboy": "^0.3.1",
35 "chalk": "^2.4.2",
36 "config": "^3.2.3",
37 "cookie": "^0.4.0",
38 "debug": "^4.1.1",
39 "error-stack-parser": "^2.0.4",
40 "fast-glob": "^3.1.0",
41 "fs-extra": "^8.1.0",
42 "graphql": "^14.5.8",
43 "graphql-tag": "^2.10.1",
44 "graphql-tools": "^4.0.5",
45 "http-status": "^1.3.2",
46 "merge-deep": "^3.0.2",
47 "mime-types": "^2.1.24",
48 "mustache": "^3.1.0",
49 "pg": "^7.12.1",
50 "rsyncwrapper": "^3.0.1",
51 "stack-trace": "0.0.10",
52 "trek-router": "^1.2.0",
53 "validate": "^5.0.0",
54 "validate-node-version": "^1.1.1",
55 "vue": "2.6.10",
56 "vue-class-component": "^7.1.0",
57 "vuex": "^3.1.1",
58 "yargs": "^14.2.0"
59 },
60 "bin": {
61 "huncwot": "cli.js",
62 "hc": "cli.js"
63 }
64}