-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.29 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
{
"name": "neotest-playwright",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "task build --force",
"dev": "task build --watch --interval=500ms -- --allowUnusedLabels --noUnusedLocals false --noUnusedParameters false --exactOptionalPropertyTypes false --allowUnreachableCode true --noUncheckedIndexedAccess false --strictNullChecks true --suppressExcessPropertyErrors false",
"test": "vitest",
"check": "tsc --noEmit",
"format": "task format",
"format:fix": "ACTION=write task format",
"lint": "eslint --max-warnings 0 --report-unused-disable-directives \"**/*.{js,cjs,mjs,ts,cts,mts}\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@gkzhb/lua-types-nvim": "0.0.7",
"@go-task/cli": "3.24.0",
"@playwright/test": "1.44.1",
"@tsconfig/node18-strictest-esm": "1.0.1",
"@types/eslint": "8.37.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@vitest/ui": "0.30.1",
"eslint": "8.38.0",
"eslint-plugin-eslint-comments": "3.2.0",
"lua-types": "2.13.1",
"magic-string": "0.30.0",
"prettier": "2.8.7",
"tiny-glob": "0.2.9",
"tstl": "2.5.13",
"tsx": "3.12.6",
"typescript": "5.0.4",
"typescript-to-lua": "1.14.0",
"vitest": "0.30.1"
}
}