UNPKG

hrc-debug

Version:

print debug info at server from client

41 lines (40 loc) 1.08 kB
{ "name": "hrc-debug", "version": "1.1.4", "description": "print debug info at server from client", "main": "./release/index.js", "scripts": { "test": "jest", "dev": "nodemon --exec 'ts-node' ./debug/index.ts", "build": "tsc", "bundle": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/hiNISAL/hrc-debug.git" }, "keywords": ["mobile console", "debug", "小程序调试", "控制台", "console面板"], "author": "ARAM", "license": "MIT", "bugs": { "url": "https://github.com/hiNISAL/hrc-debug/issues" }, "homepage": "https://github.com/hiNISAL/hrc-debug#readme", "devDependencies": { "@babel/preset-typescript": "^7.18.6", "@types/isarray": "^2.0.0", "@types/jest": "^29.2.4", "@types/koa-cors": "^0.0.2", "@types/koa-router": "^7.4.4", "nodemon": "^2.0.20", "rollup": "^3.19.1", "ts-node": "^10.9.1", "typescript": "^4.9.4" }, "dependencies": { "koa": "^2.14.1", "koa-body": "^6.0.1", "koa-cors": "^0.0.16", "koa-router": "^12.0.0" } }