-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 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
{
"name": "@directus/tsconfig",
"version": "3.0.0",
"packageManager": "[email protected]",
"description": "TSConfig files used in Directus projects",
"author": {
"name": "Monospace Inc",
"email": "[email protected]",
"url": "https://monospace.io"
},
"license": "MIT",
"funding": "https://github.com/directus/directus?sponsor=1",
"homepage": "https://directus.io",
"repository": {
"type": "git",
"url": "git+https://github.com/directus/tsconfig.git"
},
"exports": {
"./base": "./configs/base/tsconfig.json",
"./node22": "./configs/node22/tsconfig.json",
"./vue3": "./configs/vue3/tsconfig.json",
"./package.json": "./package.json"
},
"engines": {
"pnpm": "10"
},
"maintainers": [
{
"name": "Rijk van Zanten",
"email": "[email protected]",
"url": "https://github.com/rijkvanzanten"
},
{
"name": "Pascal Jufer",
"email": "[email protected]",
"url": "https://github.com/paescuj"
}
],
"scripts": {
"lint": "eslint",
"test": "node test.mjs"
},
"devDependencies": {
"@directus/eslint-config": "0.1.0",
"eslint": "9.21.0",
"tinyrainbow": "2.0.0",
"tsconfck": "3.1.5",
"typescript": "5.7.3"
}
}