-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.53 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
{
"name": "@tui-sandbox/monorepo",
"version": "1.0.0",
"license": "MIT",
"author": "Mika Vilpas",
"type": "module",
"scripts": {
"build": "pnpm --recursive build",
"clean-install:all": "pnpm ci",
"cy:run": "pnpm --filter=library build && pnpm --filter integration-tests cy:run",
"dev": "pnpm --filter integration-tests dev",
"eslint": "eslint --max-warnings=0 .",
"preinstall": "npx only-allow pnpm",
"markdownlint": "markdownlint-cli2 README.md",
"prettier": "prettier --check .",
"test": "vitest run",
"tui": "pnpm --filter=library build && pnpm --filter integration-tests exec tui"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"@umbrelladocs/linkspector": "0.3.13",
"concurrently": "9.1.1",
"cypress": "13.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-no-only-tests": "3.3.0",
"markdownlint-cli2": "0.17.0",
"prettier": "3.4.2",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-packagejson": "2.5.6",
"tsx": "4.19.2",
"typescript": "5.7.2",
"vitest": "2.1.8",
"wait-on": "8.0.1"
},
"packageManager": "pnpm@9.15.1+sha256.9e534e70afef06374f6126b44bda5760947135ce16a30aef1010e965fb7e3e3e",
"pnpm": {
"packageExtensions": {
"node-pty": {
"optionalDependencies": {
"node-gyp": "*"
}
}
}
}
}