hts/internal/id/package.json

22 lines
462 B
JSON

{
"name": "@aigxion/id",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"types": "src/index.ts",
"keywords": [],
"author": "Andreas Thomas",
"license": "AGPL-3.0",
"scripts": {
"test": "vitest run -c ./vitest.config.ts"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@aigxion/tsconfig": "workspace:*",
"typescript": "^5.3.3",
"vitest": "^1.3.0"
},
"dependencies": {
"base-x": "^4.0.0"
}
}