-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "logiri-workspace",
"version": "0.0.0",
"packageManager": "yarn@1.22.19",
"repository": "https://github.com/ilharp/logiri.git",
"author": {
"name": "Il Harper",
"email": "hi@ilharper.com",
"url": "https://ilharper.com"
},
"license": "MIT",
"private": true,
"workspaces": [
"external/*",
"external/*/external/*",
"external/*/external/*/packages/*",
"external/*/external/*/packages/@*/*",
"external/*/external/*/plugins/*",
"external/*/packages/*",
"external/*/packages/@*/*",
"external/*/plugins/*",
"packages/*",
"packages/@*/*",
"plugins/*",
"plugins/@*/*"
],
"scripts": {
"build": "yarn workspace logiri build"
},
"devDependencies": {
"@tsconfig/strictest": "^2.0.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"ts-node": "^11.0.0-beta.1",
"typescript": "^5.3.3"
}
}