{ "name": "@goauthentik/tsconfig", "version": "1.0.9", "description": "authentik's base TypeScript configuration.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/goauthentik/authentik.git", "directory": "packages/tsconfig" }, "scripts": { "build": "" }, "main": "tsconfig.json", "type": "module", "engines": { "node": ">=24", "npm": ">=11.10.1" }, "devEngines": { "runtime": { "name": "node", "version": ">=24", "onFail": "warn" }, "packageManager": { "name": "npm", "version": ">=11.10.1", "onFail": "warn" } }, "keywords": [ "tsconfig", "typescript" ], "publishConfig": { "access": "public" } }