1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "name": "egg-scripts",
- "version": "2.17.0",
- "description": "deploy tool for egg project",
- "main": "index.js",
- "bin": {
- "egg-scripts": "bin/egg-scripts.js",
- "eggctl": "bin/egg-scripts.js"
- },
- "dependencies": {
- "await-event": "^2.1.0",
- "common-bin": "^2.8.0",
- "debug": "^4.1.0",
- "egg-utils": "^2.4.1",
- "moment": "^2.23.0",
- "mz": "^2.7.0",
- "mz-modules": "^2.1.0",
- "node-homedir": "^1.1.1",
- "runscript": "^1.3.0",
- "source-map-support": "^0.5.9",
- "zlogger": "^1.1.0"
- },
- "devDependencies": {
- "autod": "^3.0.1",
- "co": "^4.6.0",
- "coffee": "^5.1.1",
- "egg": "^2.14.1",
- "egg-bin": "^4.9.0",
- "eslint": "^5.10.0",
- "eslint-config-egg": "^7.1.0",
- "git-contributor": "^1.0.10",
- "mm": "^2.4.1",
- "typescript": "^4",
- "urllib": "^2.31.3",
- "webstorm-disable-index": "^1.2.0"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "scripts": {
- "contributor": "git-contributor",
- "pkgfiles": "egg-bin pkgfiles",
- "test": "npm run lint -- --fix && npm run pkgfiles && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "egg-bin cov",
- "lint": "eslint .",
- "ci": "npm run pkgfiles -- --check && npm run lint && npm run cov",
- "autod": "autod"
- },
- "files": [
- "index.js",
- "lib",
- "bin"
- ],
- "bug": {
- "url": "https://github.com/eggjs/egg/issues"
- },
- "homepage": "https://github.com/eggjs/egg-scripts",
- "repository": {
- "type": "git",
- "url": "git@github.com:eggjs/egg-scripts.git"
- },
- "author": "TZ <atian25@qq.com>",
- "license": "MIT"
- }
|