@curi/addon-prefetch
Version:
An addon to enable prefetching curi routes
51 lines (50 loc) • 1.24 kB
JSON
{
"name": "@curi/addon-prefetch",
"version": "1.0.0-beta.6",
"description": "An addon to enable prefetching curi routes",
"main": "dist/curi-addon-prefetch.common.js",
"module": "dist/curi-addon-prefetch.es.js",
"typse": "types/index.d.ts",
"files": [
"dist",
"types",
"LICENSE",
"*.md"
],
"scripts": {
"prebuild": "rimraf dist & rimraf types",
"build": "node ./scripts/build",
"coverage": "jest --coverage",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"prettier": "prettier --single-quote --write \"{src,tests}/**/*.ts\"",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/pshrmn/curi/tree/master/packages/addons/addon-prefetch"
},
"keywords": [
"curi",
"prefetch",
"load",
"addon"
],
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/core": "^1.0.0-beta.20",
"@hickory/root": "^1.0.0-beta.6"
},
"devDependencies": {
"@types/jest": "^21.1.8",
"@types/node": "^8.0.53",
"jest": "^21.2.1",
"prettier": "^1.8.2",
"pretty-bytes": "^4.0.2",
"rimraf": "^2.6.2",
"rollup": "^0.50.0",
"ts-jest": "^21.2.3",
"typescript": "^2.6.1"
}
}