Initial Commit
This commit is contained in:
17
examples/package.json
Normal file
17
examples/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user