@lucidclient/speculate
Version:
A lightweight library to handle speculate rules for prefetching and prerendering documents, with added support for data fetching on intent.
52 lines (51 loc) • 1.22 kB
JSON
{
"name": "@lucidclient/speculate",
"version": "1.1.2",
"private": false,
"description": "A lightweight library to handle speculate rules for prefetching and prerendering documents, with added support for data fetching on intent.",
"type": "module",
"types": "./dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"files": ["dist"],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "tsc && tsup",
"dev": "tsup --watch",
"format": "biome format ./src",
"format:fix": "biome format --write ./src",
"lint": "biome lint ./src",
"lint:fix": "biome lint --apply ./src"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@repo/config": "*",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"author": "Proto Digital",
"repository": {
"type": "git",
"url": "git+https://github.com/ProtoDigitalUK/lucid_client",
"directory": "packages/speculate"
},
"homepage": "https://lucidjs.build/speculate",
"license": "MIT",
"keywords": [
"prefetch",
"prerender",
"speculation rules",
"prefetch data",
"lucid-client",
"lucid"
],
"volta": {
"node": "22.13.1"
}
}