-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.15 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": "pnpm@9.15.0",
"description": "TSConfig files used in Directus projects",
"author": {
"name": "Monospace Inc",
"email": "info@monospace.io",
"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": "9"
},
"maintainers": [
{
"name": "Rijk van Zanten",
"email": "rijkvanzanten@me.com",
"url": "https://github.com/rijkvanzanten"
},
{
"name": "Pascal Jufer",
"email": "pascal@directus.io",
"url": "https://github.com/paescuj"
}
],
"scripts": {
"lint": "eslint .",
"test": "node test.mjs"
},
"devDependencies": {
"@directus/eslint-config": "link:../eslint-config",
"eslint": "9.17.0",
"tinyrainbow": "1.2.0",
"tsconfck": "3.1.4",
"typescript": "5.7.2"
}
}