-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.05 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
{
"name": "nest-playwright",
"description": "Playwright provider for Nest.js",
"license": "MIT",
"author": "Cavit Baturalp Gurdin <cavit.gurdin@gmail.com>",
"homepage": "https://github.com/suchcodemuchwow/nest-playwright#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/suchcodemuchwow/nest-playwright.git"
},
"bugs": {
"url": "https://github.com/suchcodemuchwow/nest-playwright/issues"
},
"version": "1.1.2",
"main": "dist/index.js",
"files": [
"dist/**/*.d.ts",
"dist/**/*.js"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"lint": "eslint --ext=ts ./src",
"prepublishOnly": "pnpm build",
"test": "jest"
},
"peerDependencies": {
"@nestjs/common": ">=6",
"@nestjs/core": ">=6"
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/common": "10.3.9",
"@nestjs/core": "10.3.9",
"@nestjs/platform-express": "10.3.9",
"@nestjs/schematics": "10.1.1",
"@nestjs/testing": "10.3.9",
"@types/jest": "29.5.12",
"@types/node": "20.14.1",
"@types/rimraf": "4.0.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "9.4.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-n": "17.7.0",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-circus": "29.7.0",
"jest-sonar": "0.2.16",
"lint-staged": "15.2.5",
"npm-package-json-lint": "7.1.0",
"playwright": "1.44.1",
"prettier": "3.3.0",
"prettier-package-json": "2.8.0",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.7",
"rxjs": "7.8.1",
"supertest": "7.0.0",
"ts-jest": "29.1.4",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.4.5",
"weak-napi": "2.0.2"
},
"keywords": [
"browser",
"headless",
"nest",
"nest.js",
"provider",
"playwright"
],
"engines": {
"node": ">=10.21"
}
}