@huolala-tech/page-spy-uniapp
Version:
A developer tool for debugging uniapp miniprogram
69 lines (68 loc) • 1.66 kB
JSON
{
"name": "@huolala-tech/page-spy-uniapp",
"version": "2.2.2",
"description": "A developer tool for debugging uniapp miniprogram",
"license": "MIT",
"main": "dist/esm/index.min.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"homepage": "https://www.pagespy.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/HuolalaTech/page-spy.git",
"directory": "packages/page-spy-uniapp"
},
"keywords": [
"pagespy",
"debug",
"remote",
"inspect",
"devtools"
],
"engines": {
"node": ">=12"
},
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"dependencies": {
"@huolala-tech/page-spy-mp-base": "^2.2.2",
"@huolala-tech/page-spy-types": "^2.2.2"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.13.0",
"@huolala-tech/eval5": "^0.0.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"core-js": "3",
"rollup": "^3.10.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-typescript2": "^0.34.1"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80
},
"browserslist": [
"chrome > 75",
"safari > 12",
"> 0.1%",
"not dead",
"not op_mini all"
],
"publishConfig": {
"access": "public"
},
"gitHead": "42585542b358f2ba0e1c76589a790809b80c917a"
}