mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
22 lines
419 B
JSON
22 lines
419 B
JSON
{
|
|
"name": "@goauthentik/tsconfig",
|
|
"version": "1.0.4",
|
|
"description": "authentik's base TypeScript configuration.",
|
|
"keywords": [
|
|
"tsconfig",
|
|
"typescript"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": ""
|
|
},
|
|
"type": "module",
|
|
"main": "tsconfig.json",
|
|
"engines": {
|
|
"node": ">=20.11"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|