mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Mon Aug 19 20:32:20 CEST 2024
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user