1 Star 0 Fork 0

theajack / logger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ts-demo",
"version": "0.0.1",
"description": "idcard",
"scripts": {
"dev:wk": "webpack --config webpack-config/dev-worker.js",
"dev:main": "webpack-dev-server --open --config webpack-config/dev.js",
"dev": "run-p dev:main dev:wk",
"build": "npm run build:wk && npm run build:main",
"build:main": "webpack --config webpack-config/build.js",
"build:wk": "webpack --config webpack-config/build-worker.js",
"lint": "eslint src --ext js",
"eb:build": "node ./scripts/ebuild/build.js",
"eb:docs": "node ./scripts/ebuild/build-docs.js",
"eb:release": "node ./scripts/ebuild/push-release.js",
"eb:publish": "node ./scripts/ebuild/publish.js",
"eb:purge": "node ./scripts/ebuild/purge-cdn.js",
"eb:mono-init-pkg": "node ./scripts/ebuild/init-packages-info.js",
"eb:mono-init-pkg-dev": "node ./scripts/ebuild/init-packages-info.js dev",
"eb:mono-dep": "node ./scripts/ebuild/init-learn-dep.js"
},
"author": "theajack",
"repository": {
"type": "git",
"url": "https://github.com/theajack/ebuild-cli"
},
"keywords": [
"ebuild-cli"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"npm-run-all": "^4.1.5",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"run-node-webpack-plugin": "^1.3.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
TypeScript
1
https://gitee.com/theajack/logger.git
git@gitee.com:theajack/logger.git
theajack
logger
logger
master

搜索帮助