generated from sripwoud/ts-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.4 KB
/
package.json
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
{
"name": "ts-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"nps": "nps",
"prepare": "is-docker || husky install",
"setup": "pnpm 2> /dev/null || npm i -g pnpm && pnpm i",
"start": "NODE_ENV=production node -r module-alias/register dist"
},
"author": "r1oga",
"license": "ISC",
"_moduleAliases": {
"#": "dist/constants",
"db": "dist/db",
"repositories": "dist/repositories",
"services": "dist/services",
"utils": "dist/utils"
},
"devDependencies": {
"@automock/jest": "^1.0.0",
"@faker-js/faker": "^7.6.0",
"@jackfranklin/test-data-bot": "^2.0.0",
"@jest-mock/express": "^2.0.1",
"@r1oga/eslint-config": "^1.1.6",
"@r1oga/prettier-config": "^1.1.8",
"@types/express": "^4.17.15",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.18",
"@types/serve-favicon": "^2.5.3",
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"@types/yargs": "^17.0.19",
"barrelsby": "^2.5.1",
"concurrently": "^7.6.0",
"dotenv-cli": "^7.0.0",
"husky": "^8.0.2",
"is-ci": "^3.0.1",
"jest": "^29.3.1",
"jest-chain": "^1.1.6",
"jest-extended": "^3.2.3",
"jest-mock-extended": "^3.0.1",
"jest-runner-eslint": "^1.1.0",
"jest-runner-prettier": "^1.0.0",
"jest-silent-reporter": "^0.5.0",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "^2.2.1",
"lint-staged": "^13.1.0",
"nps": "^5.10.0",
"prisma": "^4.9.0",
"supertest": "^6.3.3",
"ts-jest": "^29.0.3",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.9.4",
"yargs": "^17.6.2"
},
"engines": {
"node": ">=18"
},
"jest-runner-eslint": {
"cliOptions": {
"ignorePath": "./.eslintignore"
}
},
"jest-runner-tsc": {
"tsconfigPath": "./tsconfig.json"
},
"dependencies": {
"@octokit/core": "^4.2.0",
"@octokit/graphql": "^5.0.5",
"@octokit/plugin-paginate-graphql": "^2.0.1",
"@prisma/client": "^4.9.0",
"@types/cors": "^2.8.13",
"cors": "^2.8.5",
"cross-fetch": "^3.1.5",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"express-validator": "^6.14.2",
"is-docker": "^3.0.0",
"module-alias": "^2.2.2",
"reflect-metadata": "^0.1.13",
"serve-favicon": "^2.5.0",
"swagger-ui-express": "^4.6.0",
"tslib": "^2.5.0",
"typedi": "^0.10.0"
}
}