hts/internal/hash/package.json

15 lines
283 B
JSON

{
"name": "@aigxion/hash",
"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",
"vitest": "^1.3.0"
}
}