Files
sonr/packages/sdk/package.json
Prad NukalaandGitHub 13e6c3e84d Master (#1262)
* clear

* feat: Add everything

* fix: Commenht
2025-10-03 14:45:52 -04:00

39 lines
948 B
JSON

{
"name": "@sonr.io/sdk",
"version": "0.0.11",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc && tsc-alias",
"dev": "concurrently \"tsc -w\" \"tsc-alias -w\"",
"clean": "rm -rf dist",
"test": "echo 'No tests defined for @sonr.io/sdk'",
"lint": "biome check .",
"format": "biome format . --write",
"typecheck": "tsc --noEmit",
"prepublishOnly": "pnpm build",
"release": "cz --no-raise 6,21 bump --yes --increment PATCH"
},
"dependencies": {
"@simplewebauthn/browser": "^10.0.0",
"@simplewebauthn/types": "^10.0.0",
"@sonr.io/es": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.12.2",
"concurrently": "^8.0.1",
"rimraf": "^5.0.0",
"tsc-alias": "^1.8.6",
"typescript": "^5.3.3",
"vitest": "^1.3.0"
}
}