@datkt/uv
Version:
libuv bindings for Kotlin
21 lines (20 loc) • 435 B
JSON
{
"name": "@datkt/uv",
"version": "0.6.5",
"description": "libuv bindings for Kotlin",
"directories": {},
"scripts": {
"test": "make test",
"build": "make klib",
"postinstall": "npm run build",
"fetch-libuv": "git submodule update --recursive --init"
},
"keywords": [
"kotlin",
"libuv",
"uv"
],
"author": "Joseph Werle <werle@littlstar.com>",
"license": "MIT",
"devDependencies": {}
}