UNPKG

@kospa/router

Version:

Router component for kospa framework

57 lines (56 loc) 1.46 kB
{ "name": "@kospa/router", "version": "0.2.0", "description": "Router component for kospa framework", "homepage": "https://github.com/spatools/kospa", "author": "Touchify (dev@touchify.co)", "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/spatools/kospa.git" }, "bugs": { "url": "https://github.com/spatools/kospa/issues" }, "files": [ "*.js", "*.d.ts" ], "publishConfig": { "access": "public" }, "scripts": { "build": "npm run clean && npm run lint && npm run build:ts", "build:ts": "tsc -p .", "lint": "eslint --ext .ts --ignore-pattern \"*.d.ts\" *.ts", "test": "npm run clean && npm run lint && npm run test:jest", "test:jest": "jest -c ../../jest.config.js --rootDir . --passWithNoTests", "clean": "npm run clean:ts", "clean:ts": "rimraf *.{js,d.ts} {lib}/**/*.{js,d.ts}", "prepublishOnly": "npm test && npm run build" }, "keywords": [ "kospa", "knockout", "ko", "spa", "framework", "router", "app" ], "dependencies": { "@kospa/base": "^0.2.5" }, "devDependencies": { "@types/jest": "^26.0.8", "@typescript-eslint/eslint-plugin": "^3.6.1", "@typescript-eslint/parser": "^3.6.1", "eslint": "^7.4.0", "jest": "^26.1.0", "rimraf": "^3.0.2", "ts-jest": "^26.1.2", "typescript": "^3.9.6" }, "gitHead": "d698f2e3aacbac71397519546da551d6adce619a" }