UNPKG

@nimel/directorr-router

Version:
63 lines (62 loc) 2.03 kB
{ "name": "@nimel/directorr-router", "version": "1.0.0-rc.18", "publishConfig": { "access": "public" }, "keywords": [ "directorr", "router" ], "description": "Router store for directorr", "main": "dist/index.js", "umd:main": "dist/index.umd.js", "module": "dist/index.module.js", "browser": { "./build/index.js": "./build/index.js", "./build/index.module.js": "./build/index.module.js" }, "unpkg": "dist/index.umd.min.js", "jsnext:main": "dist/index.module.js", "react-native": "dist/index.module.js", "es2015": "dist/index.es6.js", "typings": "dist/index.d.ts", "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "local-publish": "node ../../scripts/build.js && yalc publish", "build": "node ../../scripts/build.js", "check-ts": "tsc --noEmit", "lint": "eslint \"./**/*.{tsx,ts}\" --fix", "test-coverage": "jest --coverage --rootDir='.' --config '../../jest.typescript.config.js'", "test:all": "yarn run check-ts && yarn run lint && yarn run test-typescript && yarn run test-babel", "test-babel": "jest --rootDir='.' --config '../../jest.babel.config.js'", "test-babel:w": "jest --rootDir='.' --config '../../jest.babel.config.js' --watchAll", "test-typescript": "jest --rootDir='.' --config '../../jest.typescript.config.js'", "test-typescript:w": "jest --rootDir='.' --config '../../jest.typescript.config.js' --watchAll" }, "peerDependencies": { "@nimel/directorr": "^1.0.0-rc.18" }, "dependencies": { "history": "^5.0.0", "path-to-regexp": "^6.1.0", "query-string": "^6.13.1" }, "devDependencies": { "@nimel/directorr": "^1.0.0-rc.18" }, "author": "Nikita Melnikov", "license": "MIT", "homepage": "https://github.com/nikitaMe1nikov/directorr-repository#readme", "bugs": { "url": "https://github.com/nikitaMe1nikov/directorr-repository/issues" }, "repository": { "type": "git", "url": "https://github.com/nikitaMe1nikov/directorr-repository.git" } }