Files
v86/package.json
2025-04-06 08:53:49 -07:00

19 lines
415 B
JSON

{
"name": "v86",
"version": "0.5",
"license": "BSD-2-Clause",
"description": "x86 PC emulator and x86-to-wasm JIT, running in the browser",
"homepage": "https://copy.sh/v86/",
"files": [
"Readme.md",
"LICENSE",
"build/libv86*.js",
"build/libv86*.js.map",
"build/*.mjs",
"build/v86*.wasm"
],
"main": "build/libv86.mjs",
"repository": "github:copy/v86",
"type": "module"
}