SmartStorage/node_modules/uni-simple-router/package.json

35 lines
1.1 KiB
JSON
Raw Normal View History

2023-12-24 11:13:42 +08:00
{
"name": "uni-simple-router",
"version": "2.0.8-beta.4",
"description": "> 一个更为简洁的[Vue-router](https://router.vuejs.org/zh/),专为 [uni-app](https://uniapp.dcloud.io/) 量身打造",
"main": "dist/uni-simple-router.js",
"types": "dist/uni-simple-router.d.ts",
"scripts": {
"dev": "webpack --watch --progress --config webpack/webpack.dev.js",
"dist": "webpack --progress --config webpack/webpack.prod.js",
"dist:dts": "api-extractor run --local --verbose",
"lint": "eslint --ext .js,.ts src",
"lintFix": "eslint --ext .js,.ts src --fix",
"test": "jest test/query-toggle.spec.ts",
"publish": "node ./publish/index.js",
"build": "node ./publish/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SilurianYang/uni-simple-router.git"
},
"keywords": [
"router",
"uni-app-router",
"interceptor",
"uni-app",
"uniapp"
],
"author": "hhyang",
"license": "MIT",
"bugs": {
"url": "https://github.com/SilurianYang/uni-simple-router/issues"
},
"homepage": "https://github.com/SilurianYang/uni-simple-router#readme"
}