New Version

This commit is contained in:
Benjamin Toby
2024-12-25 20:38:57 +01:00
parent f2892f1bf4
commit ae4706c4c4
9 changed files with 95 additions and 92 deletions
+22 -3
View File
@@ -1,17 +1,36 @@
{
"name": "turbo-sync",
"name": "@moduletrace/turbosync",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "turbo-sync",
"name": "@moduletrace/turbosync",
"version": "1.0.0",
"license": "ISC",
"bin": {
"turbo-sync": "index.js",
"turbosync": "index.js"
},
"devDependencies": {
"@types/node": "^22.10.2"
}
},
"node_modules/@types/node": {
"version": "22.10.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz",
"integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.20.0"
}
},
"node_modules/undici-types": {
"version": "6.20.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
"dev": true,
"license": "MIT"
}
}
}