UNPKG

851 BJSONView Raw
1{
2 "name": "@tarojs/router",
3 "version": "3.5.12",
4 "description": "Taro-router",
5 "browser": "dist/index.esm.js",
6 "main:h5": "dist/index.js",
7 "main": "dist/index.js",
8 "module": "dist/index.cjs.js",
9 "typings": "dist/index.d.ts",
10 "files": [
11 "dist",
12 "types",
13 "index.js"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/NervJS/taro.git"
18 },
19 "keywords": [
20 "router"
21 ],
22 "author": "O2Team",
23 "license": "MIT",
24 "dependencies": {
25 "dingtalk-jsapi": "~2.15.2",
26 "history": "^5.1.0",
27 "mobile-detect": "^1.4.2",
28 "query-string": "^7.1.1",
29 "universal-router": "^8.3.0",
30 "@tarojs/runtime": "3.5.12",
31 "@tarojs/taro": "3.5.12"
32 },
33 "scripts": {
34 "build": "rimraf ./dist && tsc && rollup -c",
35 "dev": "tsc -w",
36 "test": "jest",
37 "test:dev": "jest --watch"
38 }
39}
\No newline at end of file