File size: 498 Bytes
94e18c3
 
 
 
 
 
 
70d96b4
94e18c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "inkvec-wasm",
  "type": "module",
  "collaborators": [
    "LogoLabs"
  ],
  "description": "Inkvec in the browser: the tracer compiled to WebAssembly",
  "version": "0.1.4",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/logolabs/inkvec"
  },
  "files": [
    "inkvec_wasm_bg.wasm",
    "inkvec_wasm.js",
    "inkvec_wasm.d.ts"
  ],
  "main": "inkvec_wasm.js",
  "types": "inkvec_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ]
}