{ "name": "@extism/extism", "version": "0.1.0", "description": "Extism Host SDK for Node", "keywords": [ "extism", "webassembly", "wasm", "plugins", "extension" ], "author": "The Extism Authors ", "license": "BSD-3-Clause", "private": false, "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://extism.org", "repository": { "type": "git", "url": "https://github.com/extism/extism.git" }, "scripts": { "prepare": "npm run build", "example": "npm run build && node example.js", "build": "tsc", "test": "jest --coverage" }, "dependencies": { "@types/ref-array-di": "^1.2.5", "ffi-napi": "^4.0.3", "ref-array-di": "^1.2.2", "ref-napi": "^3.0.3", "ref-struct-di": "^1.1.1", "ref-union-di": "^1.0.1" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/ffi-napi": "^4.0.6", "@types/jest": "^29.2.0", "@types/node": "^18.11.4", "jest": "^29.2.2", "prettier": "2.8.3", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typedoc": "^0.23.18", "typescript": "^4.8.4" } }