UNPKG

@code-inspector/turbopack

Version:

Click the dom on the page, it will open your IDE and position the cursor to the source code location of the dom.

54 lines 1.33 kB
{ "name": "@code-inspector/turbopack", "version": "1.2.2", "main": "./dist/index.js", "module": "./dist/index.mjs", "typings": "./types/index.d.ts", "repository": "git@github.com:zh-lx/code-inspector.git", "author": "zh-lx <18366276315@163.com>", "license": "MIT", "homepage": "https://inspector.fe-dev.cn/en", "description": "Click the dom on the page, it will open your IDE and position the cursor to the source code location of the dom.", "files": [ "dist", "types" ], "exports": { ".": { "import": { "types": "./types/index.d.ts", "default": "./dist/index.mjs" }, "require": { "types": "./types/index.d.ts", "default": "./dist/index.js" } } }, "keywords": [ "turbopack", "nextjs", "plugin", "vscode", "inspector", "inspect" ], "bugs": { "url": "https://github.com/zh-lx/code-inspector/issues" }, "dependencies": { "@code-inspector/core": "1.2.2", "@code-inspector/webpack": "1.2.2" }, "devDependencies": { "@types/node": "^16.0.1", "typescript": "^4.9.3", "vite": "^4.3.9" }, "scripts": { "clear": "rimraf ./dist && rimraf ./types", "build": "pnpm clear && tsc && vite build", "pub": "pnpm publish", "pub:beta": "pnpm publish --tag beta" } }