18 lines
392 B
JSON
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"
|
|
}
|
|
}
|