-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.25 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
{
"name": "nameless-fullstack-boilerplate",
"description": "Nameless Fullstack Starter Kit",
"author": "Sahin Deniz <[email protected]> (https://github.com/seahindeniz)",
"private": true,
"license": "MIT",
"repository": "github:seahindeniz/nameless-fullstack-boilerplate",
"keywords": [
"node",
"typescript",
"docker",
"mongo",
"mongoose",
"fastify",
"websocket",
"swagger",
"jest",
"codecov"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"-": "",
"dev": "pnpm -r dev",
"build": "pnpm -r build",
"start": "pnpm -r start",
"test": "pnpm -r test",
"test:ci": "pnpm -r test:ci",
"lint": "pnpm -r lint",
"lint:ci": "pnpm -r lint:ci",
"--": "",
"dock": "docker-compose up -d --build",
"rm-nm": "del-cli **/node_modules",
"make-lock": "pnpm -r make-lock"
},
"pnpm": {
"overrides": {
"@types/react": "^17.0.10",
"@types/webpack": "^5.28.0",
"graphql": "^15.5.1",
"trim": "^1.0.1",
"postcss": "^8.3.5",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
}
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"del-cli": "^4.0.0",
"husky": "^6.0.0"
}
}