@frontity/router
Version:
Types for the Frontity router namespace
26 lines (25 loc) • 618 B
JSON
{
"name": "@frontity/router",
"version": "1.3.0",
"description": "Types for the Frontity router namespace",
"keywords": [
"frontity",
"frontity-router"
],
"homepage": "https://frontity.org",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/frontity/frontity.git"
},
"bugs": {
"url": "https://community.frontity.org"
},
"scripts": {
"test:ci": "../../node_modules/.bin/jest --ci --coverage",
"test": "../../node_modules/.bin/jest --clearCache && ../../node_modules/.bin/jest"
},
"dependencies": {
"frontity": "^1.14.2"
}
}