mirror of
https://github.com/extism/extism.git
synced 2026-04-23 03:00:11 -04:00
31 lines
621 B
JSON
31 lines
621 B
JSON
{
|
|
"name": "@extism/extism",
|
|
"version": "0.0.1-rc.5",
|
|
"description": "Extism Host SDK for Node",
|
|
"keywords": [
|
|
"extism",
|
|
"webassembly",
|
|
"wasm",
|
|
"plugins",
|
|
"extension"
|
|
],
|
|
"author": "The Extism Authors <oss@extism.org>",
|
|
"license": "BSD-3-Clause",
|
|
"private": false,
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"homepage": "https://extism.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/extism/extism.git"
|
|
},
|
|
"scripts": {
|
|
"example": "node example.js"
|
|
},
|
|
"dependencies": {
|
|
"ffi-napi": "^4.0.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |