UNPKG

ziglite

Version:

A Laravel named routes integration for Javascript

64 lines (63 loc) 1.84 kB
{ "name": "ziglite", "description": "A Laravel named routes integration for Javascript", "version": "1.2.0", "keywords": [ "ziglite", "laravel", "named", "routing", "routes", "laravel-package", "package" ], "type": "module", "author": { "name": "Saad Sidqui", "email": "contact@spatian.dev" }, "license": "Apache-2.0", "homepage": "https://ziglite.spatian.dev", "bugs": "https://github.com/spatian-dev/ziglite/issues", "repository": { "type": "git", "url": "git+https://github.com/spatian-dev/ziglite.git" }, "files": [ "dist" ], "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "devDependencies": { "@types/eslint__js": "^8.42.3", "@types/node": "^22.10.2", "@types/qs": "^6.9.17", "eslint": "^9.16.0", "husky": "^9.1.7", "marked": "^15.0.3", "marked-base-url": "^1.1.6", "rimraf": "^6.0.1", "typescript": "^5.7.2", "typescript-eslint": "^8.18.0", "vite": "^5.4.11", "vite-plugin-dts": "^4.3.0", "vitest": "^2.1.8", "vue": "^3.5.13" }, "scripts": { "clean": "rimraf ./dist", "lint": "eslint .", "build": "yarn run clean && tsc && vite build", "dev": "vitest", "test": "vitest run", "test:php": "./vendor/bin/pest", "test:all": "yarn run test:php && yarn run test", "prepare": "husky" }, "dependencies": { "qs": "^6.13.1", "zod": "^3.24.1" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }