@ray-js/router
Version:
Ray Core
40 lines (39 loc) • 848 B
JSON
{
"name": "@ray-js/router",
"version": "1.7.28",
"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"
},
"dependencies": {
"@ray-js/library": "1.7.28",
"@ray-js/types": "1.7.28",
"history": "^4.10.1"
},
"devDependencies": {
"@ray-js/cli": "1.7.28",
"@types/history": "^5.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"gitHead": "adb587139fc66934ed4861f60747e8b891f5b29b"
}