34 lines
763 B
JSON
34 lines
763 B
JSON
{
|
|
"name": "@tensamin/tauth-sdk",
|
|
"version": "0.0.2",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "bun run test && tsc -p tsconfig.build.json",
|
|
"test": "bun test"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.12",
|
|
"@types/node": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@noble/curves": "^2.2.0",
|
|
"@tensamin/ttp-core": "https://git.methanium.net/tensamin/ttp/archive/0.0.9.tar.gz",
|
|
"@webtransport-bun/webtransport": "^0.3.0",
|
|
"zod": "^4.3.6"
|
|
}
|
|
}
|