Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
1.修正了package的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Jul 18, 2019
1 parent 50fe321 commit 7bf49e5
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions package.json
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.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"
}
}
"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",
"rm": "rimraf node_modules",
"start": "npm run build && nodemon dist"
},
"author": "CaoMeiYouRen",
"license": "ISC",
"dependencies": {
"cq-robot": "^1.1.1",
"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"
}
}

0 comments on commit 7bf49e5

Please sign in to comment.