-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.9 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
{
"name": "@gvrs/nestjs-hcaptcha",
"version": "0.2.0",
"license": "MIT",
"author": "Alex Gavrusev <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/alexgavrusev/nestjs-hcaptcha.git"
},
"homepage": "https://github.com/alexgavrusev/nestjs-hcaptcha#readme",
"bugs": {
"url": "https://github.com/alexgavrusev/nestjs-hcaptcha/issues"
},
"scripts": {
"prepare": "node -e \"if(require('fs').existsSync('.git')){/* proceed only if .git is found */ process.exit(1)}\" || is-ci || husky install"
},
"dependencies": {
"@swc/helpers": "~0.5.2"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@gvrs-nx/ts-package": "0.3.0",
"@jscutlery/semver": "^5.2.2",
"@nestjs/common": "10.3.8",
"@nestjs/platform-express": "10.3.8",
"@nestjs/testing": "10.3.8",
"@nx/eslint": "18.3.5",
"@nx/eslint-plugin": "18.3.5",
"@nx/js": "18.3.5",
"@nx/rollup": "18.3.5",
"@nx/vite": "18.3.5",
"@nx/workspace": "18.3.5",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@types/express": "4.17.21",
"@types/node": "20.12.12",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitest/coverage-v8": "~1.6.0",
"@vitest/ui": "~1.6.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"hcaptcha": "0.1.1",
"husky": "^9.0.11",
"is-ci": "^3.0.0",
"nock": "13.5.4",
"nx": "18.3.5",
"prettier": "^3.2.5",
"supertest": "7.0.0",
"tslib": "^2.3.0",
"typescript": "~5.4.5",
"unplugin-swc": "1.4.5",
"verdaccio": "^5.0.4",
"vite": "^5.0.0",
"vitest": "1.6.0",
"vitest-mock-extended": "1.3.1"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"hcaptcha": "~0.1.1"
},
"sideEffects": false
}