v86/package.json
2025-03-25 01:09:51 +07:00

17 lines
394 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.js",
"repository": "github:copy/v86"
}