youzanyun-devtool-worker
Version:
- web - ws - proxy
84 lines (83 loc) • 2.03 kB
JSON
{
"name": "youzanyun-devtool-worker",
"version": "1.2.13-beta.1",
"description": "",
"scripts": {
"dev": "tsc-watch --onSuccess \"node ./dist/index.js\"",
"build": "tsc",
"devr": "rm -rf dist && tsc && node dist/index.js"
},
"bin": {},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/download": "^6.2.4",
"@types/esprima": "^4.0.2",
"@types/fs-extra": "^8.0.1",
"@types/ip": "^1.1.0",
"@types/koa": "^2.11.0",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-router": "^7.4.0",
"@types/koa-static": "^4.0.1",
"@types/lodash": "^4.14.149",
"@types/md5-file": "^4.0.1",
"@types/mime": "^2.0.1",
"@types/module-alias": "^2.0.0",
"@types/node": "^13.1.7",
"@types/nunjucks": "^3.1.3",
"@types/semver": "^7.1.0",
"@types/ws": "^7.2.1",
"tsc-watch": "^4.2.8",
"typescript": "^3.9.5"
},
"dependencies": {
"@types/random": "^2.1.1",
"@types/tunnel": "0.0.1",
"acorn": "^7.1.1",
"axios": "^0.19.0",
"delay": "^4.3.0",
"download": "^7.1.0",
"fast-glob": "^2.2.7",
"fs-extra": "^8.0.1",
"ip": "^1.1.5",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-cors": "0.0.16",
"koa-decorator": "^2.0.2",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"lodash": "^4.17.11",
"log4js": "^6.1.2",
"markdown": "^0.5.0",
"md5-file": "^4.0.0",
"mime": "^2.4.4",
"module-alias": "^2.2.2",
"moment": "^2.24.0",
"nunjucks": "^3.2.1",
"qiniu": "^7.2.2",
"random": "^2.2.0",
"semver": "^7.1.1",
"silly-datetime": "^0.1.2",
"spring4js-nodejs": "0.0.23",
"tslib": "^1.11.0",
"tunnel": "0.0.6"
},
"files": [
"assets",
"dist",
"static",
"bin",
"views",
"certificate",
"design-platform-tpl",
"h5-extension-tpl",
"code-tpl"
],
"_moduleAliases": {
"di": "dist/di",
"service": "dist/service",
"middleware": "dist/middleware",
"web": "dist/web",
"lib": "dist/lib"
}
}