This repository has been archived by the owner on Nov 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.移除了与pm2不兼容的日志功能,后续的日志可以依靠pm2自带的日志功能
- Loading branch information
CaoMeiYouRen
committed
Jul 18, 2019
1 parent
453f47f
commit 797ac14
Showing
1 changed file
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
{ | ||
"name": "coolq-robot", | ||
"version": "1.0.0", | ||
"description": "基于http-api、cq-websocket、cq-robot的酷Q机器人封装", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "rimraf dist && tsc && gulp copy", | ||
"dev": "gulp copy && tsc -w", | ||
"lint": "eslint src --ext .ts", | ||
"lint:fix": "eslint src --fix", | ||
"lint:create": "eslint --init", | ||
"test": "mocha -r ts-node/register test/**/*.test.ts -R nyan", | ||
"uninstall": "rimraf node_modules", | ||
"start": "npm run build && nodemon dist" | ||
}, | ||
"author": "CaoMeiYouRen", | ||
"license": "ISC", | ||
"dependencies": { | ||
"cq-robot": "^1.0.2", | ||
"cq-websocket": "^2.0.1", | ||
"json5": "^2.1.0", | ||
"log4js": "^4.4.0", | ||
"moment": "^2.24.0", | ||
"pm2": "^3.5.1", | ||
"ts-node": "^8.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
"@types/json5": "^0.0.30", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.0.10", | ||
"@typescript-eslint/eslint-plugin": "^1.11.0", | ||
"@typescript-eslint/parser": "^1.11.0", | ||
"babel-eslint": "^10.0.2", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-alloy": "^2.0.4", | ||
"eslint-plugin-typescript": "^0.14.0", | ||
"gulp": "^4.0.2", | ||
"json5": "^2.1.0", | ||
"mocha": "^6.1.4", | ||
"nodemon": "^1.19.1", | ||
"nyc": "^14.1.1", | ||
"rimraf": "^2.6.3", | ||
"should": "^13.2.3", | ||
"typescript": "^3.5.2", | ||
"typescript-eslint-parser": "^22.0.0" | ||
} | ||
} | ||
"name": "coolq-robot", | ||
"version": "1.0.0", | ||
"description": "基于http-api、cq-websocket、cq-robot的酷Q机器人封装", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "rimraf dist && tsc && gulp copy", | ||
"dev": "gulp copy && tsc -w", | ||
"lint": "eslint src --ext .ts", | ||
"lint:fix": "eslint src --fix", | ||
"lint:create": "eslint --init", | ||
"test": "mocha -r ts-node/register test/**/*.test.ts -R nyan", | ||
"uninstall": "rimraf node_modules", | ||
"start": "npm run build && nodemon dist" | ||
}, | ||
"author": "CaoMeiYouRen", | ||
"license": "ISC", | ||
"dependencies": { | ||
"cq-robot": "^1.1.0", | ||
"cq-websocket": "^2.0.1", | ||
"json5": "^2.1.0", | ||
"log4js": "^4.4.0", | ||
"moment": "^2.24.0", | ||
"pm2": "^3.5.1", | ||
"ts-node": "^8.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
"@types/json5": "^0.0.30", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.0.10", | ||
"@typescript-eslint/eslint-plugin": "^1.11.0", | ||
"@typescript-eslint/parser": "^1.11.0", | ||
"babel-eslint": "^10.0.2", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-alloy": "^2.0.4", | ||
"eslint-plugin-typescript": "^0.14.0", | ||
"gulp": "^4.0.2", | ||
"json5": "^2.1.0", | ||
"mocha": "^6.1.4", | ||
"nodemon": "^1.19.1", | ||
"nyc": "^14.1.1", | ||
"rimraf": "^2.6.3", | ||
"should": "^13.2.3", | ||
"typescript": "^3.5.2", | ||
"typescript-eslint-parser": "^22.0.0" | ||
} | ||
} |