{ "name": "@selfxyz/sdk-common", "version": "1.0.0", "description": "", "keywords": [], "license": "ISC", "author": "", "type": "module", "exports": { ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/cjs/index.d.ts", "default": "./dist/cjs/index.js" } } }, "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "files": [ "./dist/**/*" ], "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "uuid": "^13.0.0" }, "devDependencies": { "typescript": "^5.9.3" } }