UNPKG

owhat-job

Version:

owhat红包清理

79 lines (78 loc) 2.65 kB
{ "name": "owhat-job", "version": "0.1.0", "preferGlobal": true, "description": "owhat红包清理", "main": "index", "bin": { "mpc": "./index" }, "scripts": { "init": "npm i", "debug": "clear;pm2 start processes.json", "coding": "gulp", "start": "clear;pm2 start processes.json;pm2 logs", "restart": "npm run stop;npm run start", "stop": "clear;pm2 kill;", "publish": "git add ./;git commit -m serverpublish;cd /Users/baibing/work/cv/add/publish;rm -rf ./*;cp -R ../server_law/* ./;rm ./*.npcf;rm bin/*.npcf;scp -r /Users/baibing/work/cv/add/publish/bin/* root@39.106.223.152:/export/project/law/nodejs/server/bin/;", "uat": "git add ./;git commit -m serverpublish;cd /Users/baibing/work/cv/add/publish;rm -rf ./*;cp -R ../server_law/* ./;rm ./*.npcf;rm bin/*.npcf;scp -r /Users/baibing/work/cv/add/publish/bin/* root@39.106.223.152:/export/project/law/nodejs/server-uat/bin/;" }, "dependencies": { "ali-oss": "^6.1.1", "array.prototype.flatmap": "^1.2.1", "compressing": "^1.4.0", "emb-api": "^0.1.199", "gcl": "latest", "html-pdf": "^2.2.0", "myprocesscontroller": "latest", "node-xlsx": "^0.15.0", "qiniu": "^7.2.1", "transform-runtime": "0.0.0" }, "repository": { "type": "git", "url": "https://git.coding.net/baibing0004/cv_zc.git" }, "keywords": [ "gcl", "myprocesscontroller", "mpc-cli" ], "author": "baibing", "license": "ISC", "devDependencies": { "autoprefixer": "^9.1.3", "babel-cli": "^6.7.7", "babel-core": "^6.7.7", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", "babel-plugin-transform-runtime": "^6.7.5", "babel-polyfill": "^6.16.0", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.18.0", "babel-preset-es2016": "^6.24.1", "babel-preset-es2017": "^6.24.1", "babel-preset-stage-0": "^6.0.15", "babel-runtime": "6.x.x", "del": "^3.0.0", "eslint": "^3.12.2", "eslint-config-standard": "^6.2.1", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^2.0.1", "gulp": "^3.9.1", "gulp-babel": "^7.0.1", "gulp-less": "^4.0.1", "gulp-minify-css": "^1.2.4", "gulp-notify": "^3.2.0", "gulp-plumber": "^1.2.1", "gulp-postcss": "^8.0.0", "gulp-rename": "^1.4.0", "gulp-replace": "^1.0.0", "gulp-sourcemaps": "^2.6.4", "gulp-uglify": "^3.0.1", "gulp-watch": "^5.0.1", "stream-combiner": "^0.2.2" } }