mirror of
https://github.com/extism/extism.git
synced 2026-04-23 03:00:11 -04:00
17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"name": "node",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"example": "node example.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ffi-napi": "^4.0.3"
|
|
}
|
|
}
|