UNPKG

835 BJSONView Raw
1{
2 "name": "@tarojs/router",
3 "version": "3.4.10",
4 "description": "Taro-router",
5 "main:h5": "dist/router.esm.js",
6 "main": "dist/index.js",
7 "module": "dist/router.esm.js",
8 "typings": "src/index.ts",
9 "files": [
10 "dist",
11 "types",
12 "index.js"
13 ],
14 "scripts": {
15 "build": "rollup -c rollup.config.js",
16 "dev": "rollup -c rollup.config.js --watch",
17 "test": "jest",
18 "test:dev": "jest --watch"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/NervJS/taro.git"
23 },
24 "keywords": [
25 "router"
26 ],
27 "author": "O2Team",
28 "license": "MIT",
29 "dependencies": {
30 "@tarojs/runtime": "3.4.10",
31 "@tarojs/taro": "3.4.10",
32 "history": "^5.1.0",
33 "query-string": "^7.1.1",
34 "universal-router": "^8.3.0"
35 },
36 "gitHead": "5e57252a81409389b85b8786db5d3d9d92246161"
37}