@flourish/sdk
Version:
The Flourish SDK
24 lines (23 loc) • 563 B
JSON
{
"name": "@flourish/common",
"description": "Common shared utilities",
"scripts": {
"test": "jest",
"test:ci": "jest --config jest.config.ci.mjs --coverage"
},
"dependencies": {
"@adobe/css-tools": "^4.3.3",
"@flourish/interpreter": "^9.2.0",
"dompurify": "^3.2.4"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.1.5"
},
"engines": {
"node": "24.12.x",
"npm": "11.x"
}
}