Update On Mon Aug 19 20:32:20 CEST 2024

This commit is contained in:
github-action[bot]
2024-08-19 20:32:21 +02:00
parent 77df2e5cd4
commit df6b77d512
351 changed files with 2282 additions and 1702 deletions
@@ -1,8 +1,15 @@
{
"name": "@nyanpasu/interface",
"version": "0.1.0",
"main": "index.ts",
"module": "index.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"require": {
".": "dist/src/index.js"
},
"type": "module",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@tauri-apps/api": "1.6.0",
"ahooks": "3.8.1",