@huolala-tech/page-spy-plugin-ospy
Version:
Offline-fist PageSpy, plug and play. Only available in browser.
69 lines (68 loc) • 1.67 kB
JSON
{
"name": "@huolala-tech/page-spy-plugin-ospy",
"version": "2.2.5",
"description": "Offline-fist PageSpy, plug and play. Only available in browser.",
"license": "MIT",
"main": "dist/iife/index.min.js",
"module": "dist/esm/index.min.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"homepage": "https://www.pagespy.org/#/o-spy",
"repository": {
"type": "git",
"url": "git+https://github.com/HuolalaTech/page-spy.git",
"directory": "packages/page-spy-plugin-ospy"
},
"bugs": {
"url": "https://github.com/HuolalaTech/page-spy/issues"
},
"keywords": [
"pagespy",
"ospy",
"debug",
"offline",
"replay",
"console",
"network",
"devtools"
],
"scripts": {
"start": "vite",
"build": "vite build"
},
"dependencies": {
"@huolala-tech/page-spy-base": "^2.2.3",
"@huolala-tech/page-spy-browser": "^2.2.5",
"@huolala-tech/page-spy-plugin-data-harbor": "^2.2.5",
"@huolala-tech/page-spy-plugin-rrweb": "^2.2.3",
"@huolala-tech/page-spy-types": "^2.2.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@rollup/plugin-babel": "^6.0.4",
"less": "^4.1.1",
"postcss": "^8.4.21",
"postcss-preset-env": "^10.1.0",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.2"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80
},
"browserslist": [
"chrome > 75",
"safari > 11",
"> 0.1%",
"not dead",
"not op_mini all"
],
"publishConfig": {
"access": "public"
},
"gitHead": "38ec86b9a4ce2cb2e7de3b4b2f461491376cda31"
}