first commit

This commit is contained in:
编码猿
2024-09-27 01:31:25 +08:00
commit 07c46ac300
558 changed files with 37414 additions and 0 deletions

37
mApi/package.json Executable file
View File

@@ -0,0 +1,37 @@
{
"name": "nodechat",
"version": "1.0.0",
"description": "本来用typescript练手重写express的应用生成器不过到后面用这个写爬虫练手。",
"main": "index.js",
"scripts": {
"dev": "node-dev ./build/www.js",
"build": "gulp dev",
"all": "concurrently \"gulp dev\" \"npm run dev\" "
},
"keywords": [
"chat",
"nodejs"
],
"author": "bmy",
"license": "ISC",
"devDependencies": {
"@types/cheerio": "^0.22.8",
"@types/mysql": "^2.15.5",
"@types/node": "^10.5.7",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"cheerio": "^1.0.0-rc.2",
"concurrently": "^3.6.1",
"express": "^4.16.3",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-plumber": "^1.2.0",
"gulp-typescript": "^5.0.0-alpha.3",
"gulp-uglify": "^3.0.1",
"moment": "^2.22.2",
"mysql": "^2.16.0",
"node-jsencrypt": "^1.0.0",
"request": "^2.88.0",
"typescript": "^3.0.1"
}
}