UNPKG

@ray-js/router-mp

Version:

Ray Core

46 lines (45 loc) 1 kB
{ "name": "@ray-js/router-mp", "version": "1.7.16", "description": "Ray Core", "keywords": [ "ray" ], "repository": {}, "license": "MIT", "maintainers": [ { "name": "tuyafe", "email": "tuyafe@tuya.com" } ], "main": "lib/index.js", "files": [ "lib" ], "scripts": { "build": "ray build --type=component --transform-mode=pure", "clean": "rm -rf lib", "watch": "tsc -p ./tsconfig.build.json --module esnext --outDir lib --watch" }, "peerDependencies": { "@ray-js/api": "1.6.32" }, "dependencies": { "@ray-js/env": "1.7.16", "@ray-js/library": "1.7.16", "@ray-js/types": "1.7.16", "@react-navigation/core": "^6.4.17", "path-to-regexp": "^6.3.0", "slash": "^5.1.0" }, "devDependencies": { "@ray-js/cli": "1.7.16", "typescript": "^5.8.3" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.com" }, "gitHead": "b3f354a45480f0a2e14083d036233d833b2e1218" }