first commit
This commit is contained in:
37
mApi/package.json
Executable file
37
mApi/package.json
Executable 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user