UNPKG

@elf-framework/sapa-router

Version:
54 lines (53 loc) 1.2 kB
{ "name": "@elf-framework/sapa-router", "version": "0.0.239", "description": "Fantastic Router library", "types": "./index.d.ts", "files": [ "dist", "index.d.ts" ], "main": "./dist/sapa-router.umd.js", "module": "./dist/sapa-router.es.js", "exports": { ".": { "import": "./dist/sapa-router.es.js", "require": "./dist/sapa-router.umd.js" } }, "devDependencies": { "vite": "^3.0.8", "vitest": "0.22.1" }, "peerDependencies": { "@elf-framework/sapa": "*" }, "dependencies": { "@elf-framework/sapa": "*" }, "scripts": { "vite:dist": "vite build --config=vite.dist.config.js", "watch": "vite build --config=vite.dist.config.js --watch", "ui:watch": "npm run watch", "build": "npm run vite:dist", "test": "vitest", "coverage": "vitest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/easylogic/editor.git" }, "keywords": [ "CSS", "CODE", "Editor", "Path", "SVG" ], "author": "easylogic", "license": "MIT", "bugs": { "url": "https://github.com/easylogic/editor/issues" }, "homepage": "https://editor.easylogic.studio/" }