UNPKG

2 kBJSONView Raw
1{
2 "name": "huncwot",
3 "version": "0.58.0",
4 "description": "Programming environment for modular, monolithic JavaScript apps - batteries included",
5 "main": "index.js",
6 "repository": "https://github.com/huncwotjs/huncwot",
7 "author": "Zaiste",
8 "license": "Apache-2.0",
9 "engines": {
10 "node": ">= 12"
11 },
12 "devDependencies": {
13 "ava": "^3.6.0",
14 "chalk": "^4.0.0",
15 "eslint": "^6.8.0",
16 "eslint-config-prettier": "^6.10.1",
17 "eslint-plugin-prettier": "^3.1.2",
18 "form-data": "^3.0.0",
19 "prettier": "2.0.4"
20 },
21 "scripts": {
22 "test": "ava",
23 "debug": "node --inspect cli.js",
24 "prepack": "node scripts/prepack",
25 "lint": "eslint ."
26 },
27 "peerDependencies": {
28 "axios": "^0.19.2"
29 },
30 "dependencies": {
31 "@casl/ability": "^3.4.0",
32 "@poppinss/chokidar-ts": "^2.0.3",
33 "@sqorn/pg": "0.0.45",
34 "@zerollup/ts-transform-paths": "^1.7.17",
35 "apollo-server-core": "^2.11.0",
36 "apollo-server-module-graphiql": "^2.0.0-beta.6",
37 "argon2": "0.26.1",
38 "axios": "^0.19.2",
39 "basic-auth": "^2.0.1",
40 "boxwood": "^0.22.4",
41 "busboy": "^0.3.1",
42 "chalk": "^4.0.0",
43 "config": "^3.3.1",
44 "cookie": "^0.4.0",
45 "debug": "^4.1.1",
46 "dumper.js": "^1.3.1",
47 "error-stack-parser": "^2.0.6",
48 "fast-glob": "3.2.2",
49 "fs-extra": "^9.0.0",
50 "graphile-worker": "^0.5.0",
51 "graphql": "^15.0.0",
52 "graphql-tag": "^2.10.3",
53 "graphql-tools": "^4.0.7",
54 "http-status": "^1.4.2",
55 "js-yaml": "^3.13.1",
56 "merge-deep": "^3.0.2",
57 "mime-types": "^2.1.26",
58 "nearley": "^2.19.1",
59 "pg": "^8.0.0",
60 "rollup": "^2.3.3",
61 "rsyncwrapper": "^3.0.1",
62 "semver": "^7.1.3",
63 "stack-trace": "0.0.10",
64 "trek-router": "^1.2.0",
65 "typescript": "^3.8.3",
66 "validate": "^5.1.0",
67 "ws": "^7.2.3",
68 "yargs": "^15.3.1"
69 },
70 "bin": {
71 "huncwot": "cli.js",
72 "hc": "cli.js"
73 },
74 "prettier": {
75 "singleQuote": true,
76 "printWidth": 96,
77 "arrowParens": "avoid"
78 }
79}