argus-redact / pkg-web /package.json
wan9yu's picture
Upload folder using huggingface_hub
b683ffc verified
Raw
History Blame Contribute Delete
420 Bytes
{
"name": "argus-redact-wasm",
"type": "module",
"version": "0.7.20",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/wan9yu/argus-redact"
},
"files": [
"argus_redact_wasm_bg.wasm",
"argus_redact_wasm.js",
"argus_redact_wasm.d.ts"
],
"main": "argus_redact_wasm.js",
"types": "argus_redact_wasm.d.ts",
"sideEffects": [
"./snippets/*"
]
}