UNPKG

laravel-precognition

Version:
57 lines (56 loc) 1.39 kB
{ "name": "laravel-precognition", "version": "2.0.0", "description": "Laravel Precognition.", "keywords": [ "laravel", "precognition" ], "homepage": "https://github.com/laravel/precognition", "type": "module", "repository": { "type": "git", "url": "https://github.com/laravel/precognition" }, "license": "MIT", "author": "Laravel", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./axios": { "types": "./dist/http/axiosAdapter.d.ts", "default": "./dist/http/axiosAdapter.js" } }, "files": [ "/dist" ], "scripts": { "watch": "rm -rf dist && tsc --watch --preserveWatchOutput", "build": "rm -rf dist && tsc", "typeCheck": "tsc --noEmit", "prepublishOnly": "npm run build", "test": "vitest run" }, "dependencies": { "es-toolkit": "^1.32.0" }, "peerDependencies": { "axios": "^1.4.0" }, "peerDependenciesMeta": { "axios": { "optional": true } }, "devDependencies": { "@types/node": "^22.5.0", "axios": "^1.4.0", "typescript": "^5.0.0", "vitest": "^2.0.5" } }