@eolme/vma-router
Version:
Router for VK Mini Apps
57 lines (56 loc) • 1.49 kB
JSON
{
"name": "@eolme/vma-router",
"version": "2.0.0-alpha.21",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.json",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore .",
"test": "jest",
"coverage": "jest --coverage"
},
"author": {
"name": "Anton Petrov",
"email": "im@petrov.engineer",
"url": "https://petrov.engineer"
},
"description": "Router for VK Mini Apps",
"license": "MIT",
"keywords": [
"vk",
"vkontakte",
"vkcom",
"vkapps",
"vk-apps",
"router"
],
"homepage": "https://github.com/eolme/vma-router",
"bugs": "https://github.com/eolme/vma-router/issues",
"repository": {
"type": "git",
"url": "https://github.com/eolme/vma-router.git"
},
"dependencies": {
"@eolme/vma-engine": "^1.2.0",
"@types/path-to-regexp": "^1.7.0",
"@types/react": "^16.9.43",
"path-to-regexp": "^6.1.0",
"querystring": "0.2.0",
"react": "^16.13.1"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"eslint": "^7.5.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"jest": "^26.4.0",
"ts-jest": "^26.2.0",
"typescript": "^3.9.7"
}
}