v86/package.json

21 lines
454 B
JSON
Raw Normal View History

2024-09-12 21:28:54 -06:00
{
"name": "v86",
2025-03-25 01:08:37 +07:00
"version": "0.5",
2025-03-23 02:20:20 -07:00
"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",
"v86.d.ts",
2025-03-23 02:20:20 -07:00
"build/libv86*.js",
"build/libv86*.js.map",
"build/*.mjs",
"build/v86*.wasm"
],
2025-03-18 00:29:11 -07:00
"main": "build/libv86.mjs",
"types": "v86.d.ts",
2025-03-18 00:29:11 -07:00
"repository": "github:copy/v86",
"type": "module"
2024-09-12 21:28:54 -06:00
}