{ "name": "@sammo-ts/common", "private": true, "version": "0.0.0", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsdown -c ../../tsdown.config.ts -F @sammo-ts/common", "dev": "tsdown -c ../../tsdown.config.ts -F @sammo-ts/common --watch", "lint": "node -e \"console.log('lint not configured')\"", "test": "vitest run --config vitest.config.ts", "typecheck": "tsc --noEmit" }, "dependencies": { "js-sha512": "^0.9.0" }, "devDependencies": { "tsdown": "^0.18.3", "vitest": "^4.0.16" } }