You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "An ephemeral SaaS target system for practicing SailPoint SaaS Connectivity connector development",
"engines": {
"node": ">=22"
},
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint:openapi": "redocly lint",
"test": "npm --prefix backend test",
"verify": "npm run format:check && npm run lint:openapi && npm --prefix backend run lint && npm --prefix backend run build && npm --prefix backend test && npm --prefix web run build",