Files
tools/examples/package.json
2025-08-16 14:17:46 -04:00

18 lines
392 B
JSON

{
"name": "@zinntechniker/tools-examples",
"version": "0.0.1",
"type": "module",
"author": {
"name": "Alexander Zinn",
"git+url": "https://github.com/zinntechniker/tools"
},
"devDependencies": {
"@types/bun": "latest",
"@zinntechniker/tools": "latest",
"typescript": "5.5.2"
},
"publishConfig": {
"registry": "https://registry-node.techniker.me"
}
}