mirror of
https://github.com/ruvnet/RuView
synced 2026-08-11 20:41:44 +00:00
deploy(nvsim): include nvsim-pkg WASM artifacts (force past wasm-pack .gitignore)
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "nvsim",
|
||||
"type": "module",
|
||||
"collaborators": [
|
||||
"rUv <ruv@ruv.net>",
|
||||
"WiFi-DensePose Contributors"
|
||||
],
|
||||
"description": "Deterministic NV-diamond magnetometer pipeline simulator (source -> propagation -> NV ensemble -> ADC + lockin demod)",
|
||||
"version": "0.3.0",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ruvnet/wifi-densepose"
|
||||
},
|
||||
"files": [
|
||||
"nvsim_bg.wasm",
|
||||
"nvsim.js",
|
||||
"nvsim.d.ts"
|
||||
],
|
||||
"main": "nvsim.js",
|
||||
"types": "nvsim.d.ts",
|
||||
"sideEffects": [
|
||||
"./snippets/*"
|
||||
],
|
||||
"keywords": [
|
||||
"nv-diamond",
|
||||
"magnetometer",
|
||||
"simulator",
|
||||
"physics",
|
||||
"biot-savart"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user