{ "name": "@sammo-ts/logic", "private": true, "version": "0.0.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json", "dev": "node -e \"console.log('dev not configured')\"", "lint": "node -e \"console.log('lint not configured')\"", "test": "vitest run --config vitest.config.ts" }, "dependencies": { "js-sha512": "^0.8.0" }, "devDependencies": { "chai": "^4.3.10", "chai-bytes": "^0.1.2", "lodash-es": "^4.17.21", "vitest": "^2.0.5" } }