-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 883 Bytes
/
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
{
"name": "trello-typescript-playwright",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint:fix": "eslint . --ext .ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kreuka/trello-typescript-playwright.git"
},
"author": "kreuka",
"license": "ISC",
"bugs": {
"url": "https://github.com/kreuka/trello-typescript-playwright/issues"
},
"homepage": "https://github.com/kreuka/trello-typescript-playwright#readme",
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.41.2",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.57.0",
"monocart-reporter": "^2.4.6",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"dependencies": {
"dotenv": "^16.4.5"
}
}