{ "name": "@wallmuse/provider-adapters", "version": "0.1.0", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" } }, "scripts": { "typecheck": "tsc --noEmit -p tsconfig.json", "build": "tsc -p tsconfig.json", "test": "vitest run" }, "dependencies": { "@wallmuse/shared": "workspace:*" }, "devDependencies": { "vitest": "^3.1.3" } }