{
  "name": "@aiot-toolkit/devtools-fe-lib",
  "version": "1.0.1",
  "description": "The library can directly launch a debugger panel, including: Vela's aiot-devtools-frontend panel, and a mini-game debugging panel.",
  "type": "module",
  "main": "dist/main.cjs.js",
  "module": "dist/main.esm.js",
  "browser": "dist/main.umd.js",
  "types": "dist/types/main.d.ts",
  "exports": {
    "types": "./dist/types/main.d.ts",
    "import": "./dist/main.esm.js",
    "require": "./dist/main.cjs.js"
  },
  "scripts": {
    "start": "ts-node -r tsconfig-paths/register src/main.ts",
    "dev": "nodemon",
    "build": "node build/buildNpm.js",
    "build:ts": "tsc",
    "build:js": "rollup -c",
    "lint": "tslint -p tsconfig.json",
    "fix": "tslint --fix -p tsconfig.json",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "qiaoyang7",
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "README.zh-CN.md"
  ],
  "license": "ISC",
  "readme": "README.md",
  "readmezh-CN": "README.zh-CN.md",
  "dependencies": {
    "get-port": "^7.1.0",
    "open": "^10.1.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/node": "^22.0.0",
    "@types/ws": "^8.5.12",
    "nodemon": "^3.1.4",
    "rollup": "^2.79.1",
    "rollup-plugin-terser": "^7.0.2",
    "shelljs": "^0.8.5",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "tslint": "^6.1.3",
    "typescript": "^5.6.2"
  }
}
