Upload Kmake

This commit is contained in:
Gorochu
2026-05-26 23:36:42 -07:00
parent ba051b2f74
commit 555ec72358
41615 changed files with 13344630 additions and 1 deletions

19
deps/amaro/dist/package.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
"name": "@swc/wasm-typescript",
"collaborators": [
"강동윤 <kdy1997.dev@gmail.com>"
],
"description": "wasm module for swc",
"version": "1.11.24",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/swc-project/swc.git"
},
"files": [
"wasm.js",
"wasm.d.ts"
],
"main": "wasm.js",
"types": "wasm.d.ts"
}