{ "name": "@snapotter/enterprise", "version": "1.17.1", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "scripts": { "lint": "biome check src/", "typecheck": "tsc --noEmit", "clean": "rm -rf dist" }, "dependencies": { "@snapotter/shared": "workspace:*" }, "devDependencies": { "typescript": "^5.7.0" }, "license": "SEE LICENSE IN LICENSE" }