UNPKG

2.04 kBJSONView Raw
1{
2 "name": "backend-base",
3 "version": "1.0.38",
4 "description": "",
5 "main": "dist/index",
6 "types": "dist/index",
7 "scripts": {
8 "lint": "tsc --noEmit && eslint src/**/*.ts",
9 "prepublishOnly": "npm run lint && rm -rf dist && tsc -p tsconfig.src.json"
10 },
11 "husky": {
12 "hooks": {
13 "pre-commit": "npm run lint"
14 }
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/cevek/back-base"
19 },
20 "keywords": [],
21 "author": "",
22 "license": "MIT",
23 "bin": {
24 "base": "dist/cli.js"
25 },
26 "files": [
27 "src",
28 "dist",
29 "template",
30 "tsconfig.base.json",
31 "*.js"
32 ],
33 "dependencies": {
34 "@types/body-parser": ">=1.17.0",
35 "@types/bunyan": ">=1.8.6",
36 "@types/cors": ">=2.8.5",
37 "@types/dotenv": ">=6.1.1",
38 "@types/express": ">=4.16.1",
39 "@types/express-graphql": ">=0.8.0",
40 "@types/express-session": ">=1.15.12",
41 "@types/find-up": ">=2.1.1",
42 "@types/fs-extra": ">=7.0.0",
43 "@types/graphql": ">=14.2.0",
44 "@types/lodash": ">=4.14.132",
45 "@types/mkdirp": ">=0.5.2",
46 "@types/node": ">=12.0.2",
47 "@types/nodemailer": ">=6.1.1",
48 "@types/parcel-bundler": ">=1.12.0",
49 "@types/pg": ">=7.4.14",
50 "@types/request": ">2.48.0",
51 "@types/serve-static": ">=1.13.2",
52 "@typescript-eslint/eslint-plugin": ">=1.9.0",
53 "@typescript-eslint/eslint-plugin-tslint": ">=1.9.0",
54 "body-parser": ">=1.19.0",
55 "bunyan": ">1.8.0",
56 "colors": ">=1.3.3",
57 "cors": ">2.8.0",
58 "dataloader": ">=1.4.0",
59 "deps-check": ">=1.0.2",
60 "eslint": ">=5.16.0",
61 "express": ">=4.17.1",
62 "express-graphql": ">=0.8.0",
63 "express-session": ">=1.16.1",
64 "find-up": ">=4.0.0",
65 "fs-extra": ">=8.0.1",
66 "full-icu": ">=1.3.0",
67 "graphql": ">=14.3.1",
68 "lodash": ">=4.17.11",
69 "mkdirp": ">=0.5.1",
70 "nodemailer": ">=6.2.1",
71 "nyc": ">=14.1.1",
72 "pg": ">=7.11.0",
73 "pm2": ">=3.5.1",
74 "request": ">2.80.0",
75 "serve-static": ">=1.14.1",
76 "ts-node": ">=8.2.0",
77 "ts2graphql": ">=1.0.11",
78 "tslint": ">=5.16.0",
79 "typed-graphql-query": ">=1.0.12",
80 "typescript": ">=3.4.5"
81 },
82 "devDependencies": {
83 "husky": ">=2.3.0"
84 }
85}