hts/internal/keys/package.json

18 lines
343 B
JSON

{
"name": "@aigxion/keys",
"version": "1.0.0",
"description": "",
"main": "./src/index.ts",
"types": "./src/index.ts",
"author": "Andreas Thomas",
"scripts": {
"test": "vitest run"
},
"devDependencies": {
"typescript": "^5.3.3"
},
"dependencies": {
"@aigxion/hash": "workspace:^",
"base-x": "^4.0.0"
}
}