-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.55 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
{
"name": "lynxts",
"version": "0.0.0",
"description": "The Lynx.ts workspace",
"repository": "[email protected]:JoseLion/lynxts.git",
"homepage": "https://joselion.gitbook.io/lynx.ts/",
"author": "Jose Luis Leon <[email protected]>",
"type": "module",
"sideEffects": false,
"engines": {
"node": ">=18"
},
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]",
"scripts": {
"build": "nx run-many -t build",
"check": "nx run-many -t check && yarn lint",
"compile": "nx run-many -t compile",
"docs": "nx run-many -t docs",
"lint": "eslint .",
"test": "nx run-many -t test --run",
"release": "nx run-many -t release --parallel 1"
},
"devDependencies": {
"@eslint/compat": "^1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.6.0",
"@stylistic/eslint-plugin": "^2.3.0",
"@types/eslint__eslintrc": "^2.1.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.10",
"eslint": "^9.6.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-extra-rules": "^0.0.0-development",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.6.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-sonarjs": "^1.0.3",
"globals": "^15.8.0",
"nx": "19.4.2",
"tslib": "^2.6.3",
"typedoc": "^0.26.4",
"typedoc-plugin-markdown": "^4.1.2",
"typedoc-plugin-merge-modules": "^6.0.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0"
}
}