{ "name": "@stirling-image/shared", "version": "1.10.0", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "scripts": { "lint": "biome check src/", "typecheck": "tsc --noEmit", "clean": "rm -rf dist" }, "devDependencies": { "typescript": "^5.7.0" }, "license": "AGPL-3.0" }