6989a98d75
- Arkitektur: docs/auth/passwordless-architecture.md - Backend: iom/quixzoom-auth-service/ (FastAPI + Redis) - Webb: quixzoom-market-pages/se/login/ (QR-kod + polling) - App: iom/quixzoom-app/src/features/auth/ (push + deep links) Flöde: QR-kod → app-godkännande → webb-inloggad
27 lines
623 B
JSON
27 lines
623 B
JSON
{
|
|
"name": "chartjs-to-image",
|
|
"version": "1.2.2",
|
|
"description": "Convert Chart.js to image",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/typpo/chartjs-to-image",
|
|
"author": "Ian Webster",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"format": "prettier --single-quote --trailing-comma all --print-width 100 --write \"**/*.js\""
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"javascript-stringify": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^27.4.3",
|
|
"prettier": "^2.0.5"
|
|
},
|
|
"jest": {
|
|
"moduleNameMapper": {
|
|
"axios": "axios/dist/node/axios.cjs"
|
|
}
|
|
}
|
|
}
|