项目文件夹

文件
2026-07-13 13:13:07 +08:00

19 行
340 B
JSON

{
"name": "smolvm-embedded-linux-arm64-gnu",
"version": "0.1.0",
"description": "Internal platform package for smolvm-embedded on Linux arm64 GNU",
"main": "native/index.js",
"types": "native/index.d.ts",
"files": [
"native",
"lib"
],
"os": [
"linux"
],
"cpu": [
"arm64"
],
"license": "Apache-2.0"
}