{
"name": "kea-router",
"version": "3.2.0",
"description": "Router plugin for Kea",
"author": "Marius Andra",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/keajs/kea-router.git"
},
"bugs": {
"url": "https://github.com/keajs/kea-router/issues"
},
"homepage": "https://github.com/keajs/kea-router#readme",
"scripts": {
"build": "kea-typegen write && tsc -b",
"lint": "eslint src/**",
"prepublishOnly": "npm run test && npm run build",
"start": "watch 'npm run build' ./src",
"test": "BABEL_ENV=test jest"
},
"files": [
"lib",
"src",
"install"
],
"jest": {
"testPathIgnorePatterns": [
"