UNPKG

2.13 kBJSONView Raw
1{
2 "name": "@nexgin/totaljsapplication",
3 "version": "0.0.66",
4 "description": "TotalJS Application Components",
5 "keywords": [
6 "totaljsapplication",
7 "totaljs",
8 "total4",
9 "node",
10 "typescript"
11 ],
12 "homepage": "https://nexgin.gitlab.io/totaljs-application/",
13 "repository": {
14 "type": "git",
15 "url": "https://gitlab.com/nexgin/totaljs-application.git"
16 },
17 "license": "MIT",
18 "author": {
19 "name": "Colton McInroy",
20 "email": "colton@mcinroy.info",
21 "url": ""
22 },
23 "files": [
24 "dist/**.*js.map",
25 "dist/**.*js",
26 "dist/**.d.ts.map",
27 "dist/**.d.ts",
28 "dist/**/*.*js.map",
29 "dist/**/*.*js",
30 "dist/**/*.d.ts.map",
31 "dist/**/*.d.ts"
32 ],
33 "main": "dist/index",
34 "module": "dist/index.mjs",
35 "typings": "dist/index.d.ts",
36 "scripts": {
37 "build": "tsc -p tsconfig.prod.json",
38 "clean": "shx rm -rf dist/ .*cache *.log",
39 "doc:html": "typedoc",
40 "doc:json": "typedoc --json docs/typedoc.json",
41 "lint": "npm run lint:debug -- --config tslint.prod.json",
42 "lint:debug": "tslint --project tsconfig.json --format stylish",
43 "prepublishOnly": "npm run lint && npm run build",
44 "test": "shx echo 'Write your own tests'",
45 "ts": "tsc",
46 "watch": "tsc --watch"
47 },
48 "husky": {
49 "hooks": {
50 "pre-commit": "npm run lint && tsc --noEmit"
51 }
52 },
53 "dependencies": {
54 "@socket.io/redis-adapter": "^8.1.0",
55 "@types/async": "^3.2.18",
56 "@types/lodash": "^4.14.191",
57 "@types/rethinkdb": "^2.3.17",
58 "async": "^3.2.4",
59 "bullmq": "^3.10.1",
60 "lodash": "^4.17.21",
61 "mquery": "^5.0.0",
62 "redis": "^4.6.6",
63 "rethinkdb": "^2.4.2",
64 "socket.io": "^4.6.1",
65 "total4": "^0.0.80"
66 },
67 "devDependencies": {
68 "@reallyland/tsconfig": "^2.0.0",
69 "@reallyland/tslint-config": "^1.1.1",
70 "@tsconfig/recommended": "^1.0.2",
71 "@types/node": "^13.9.8",
72 "husky": "^4.2.3",
73 "shx": "^0.3.2",
74 "tslint": "^6.1.0",
75 "typedoc": "^0.24.4",
76 "typescript": "^5.0.2"
77 },
78 "engines": {
79 "node": ">= 10.18.1",
80 "npm": ">= 6.13.4"
81 },
82 "publishConfig": {
83 "access": "public"
84 }
85}