sprae
Version:
DOM microhydration
62 lines (61 loc) • 1.42 kB
JSON
{
"name": "sprae",
"description": "DOM microhydration",
"version": "11.5.6",
"main": "./sprae.js",
"module": "./sprae.js",
"unpkg": "dist/sprae.auto.min.js",
"type": "module",
"files": [
"core.js",
"sprae.js",
"store.js",
"signal.js",
"directive",
"dist"
],
"devDependencies": {
"@preact/signals": "^1.3.0",
"@webreflection/signal": "^2.1.2",
"es-module-shims": "^1.10.0",
"esbuild": "^0.23.0",
"esbuild-plugin-umd-wrapper": "^2.0.3",
"hyperf": "^1.7.0",
"jsdom": "^24.1.0",
"signal-polyfill": "^0.1.1",
"subscript": "^9.1.0",
"tst": "^7.2.0",
"usignal": "^0.9.0",
"wait-please": "^3.1.0"
},
"scripts": {
"test": "node -r ./test/register.cjs test/test.js",
"build": "node .esbuild.js",
"watch": "esbuild --bundle --watch ./sprae.js --outdir=dist --format=esm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dy/sprae.git"
},
"keywords": [
"hydration",
"preact-signals",
"signals",
"observable",
"reactive",
"petite-vue",
"template-parts",
"templize",
"alpinejs",
"directives",
"templating",
"progressive",
"progressive enhancement"
],
"author": "Dmitry Iv <df.creative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dy/sprae/issues"
},
"homepage": "https://github.com/dy/sprae#readme"
}