UNPKG

@magnusbag/livets-rust-core

Version:

High-performance Rust core for LiveTS framework - real-time server-rendered web applications

66 lines (65 loc) 1.53 kB
{ "name": "@magnusbag/livets-rust-core", "version": "0.1.4", "description": "High-performance Rust core for LiveTS framework - real-time server-rendered web applications", "main": "index.js", "types": "index.d.ts", "napi": { "name": "livets-core", "triples": { "defaults": true, "additional": [ "x86_64-unknown-linux-musl", "aarch64-unknown-linux-gnu", "i686-pc-windows-msvc", "armv7-unknown-linux-gnueabihf", "aarch64-apple-darwin", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-musl" ] } }, "license": "MIT", "files": [ "index.js", "index.d.ts", "*.node" ], "repository": { "type": "git", "url": "https://github.com/magnusbag/livets.git", "directory": "packages/rust-core" }, "keywords": [ "livets", "real-time", "server-rendered", "websocket", "rust", "napi", "dom-diffing", "performance" ], "author": "Magnus Bag <magnus@example.com>", "homepage": "https://github.com/magnusbag/livets#readme", "bugs": { "url": "https://github.com/magnusbag/livets/issues" }, "devDependencies": { "@napi-rs/cli": "^2.16.0" }, "ava": { "timeout": "3m" }, "engines": { "node": ">= 10" }, "scripts": { "artifacts": "napi artifacts", "build": "npx napi build --platform --release", "build:debug": "npx napi build --platform", "test": "ava", "universal": "npx napi universal", "version": "npx napi version" } }