mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"name": "stbme-core",
|
|
"type": "module",
|
|
"version": "0.1.0",
|
|
"files": [
|
|
"stbme_core_pkg_bg.wasm",
|
|
"stbme_core_pkg.js",
|
|
"stbme_core_pkg.d.ts"
|
|
],
|
|
"main": "stbme_core_pkg.js",
|
|
"types": "stbme_core_pkg.d.ts",
|
|
"sideEffects": [
|
|
"./snippets/*"
|
|
]
|
|
} |