mirror of
https://github.com/goauthentik/authentik
synced 2026-05-11 09:26:22 +02:00
31 lines
848 B
JSON
31 lines
848 B
JSON
{
|
|
"name": "@goauthentik/lifecycle-aws",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"aws-cfn": "cross-env CI=false cdk synth --version-reporting=false > template.yaml"
|
|
},
|
|
"devDependencies": {
|
|
"aws-cdk": "^2.1119.0",
|
|
"cross-env": "^10.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=24",
|
|
"npm": ">=11.10.1"
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"onFail": "warn",
|
|
"version": ">=24"
|
|
},
|
|
"packageManager": {
|
|
"name": "npm",
|
|
"version": ">=11.10.1",
|
|
"onFail": "warn"
|
|
}
|
|
},
|
|
"packageManager": "npm@11.13.0+sha512.7119a16a0843580d65160977520e3f5710c974f04afd4fad36d9eb97d917ba716a856c35c78c4be6dc64367eeaccfb957ef5ce997ca31e9330b2e936ba2b1b92"
|
|
}
|