Files
pte/mApi/package.json
2024-09-27 01:31:25 +08:00

38 lines
971 B
JSON
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}
}