not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
784 B

{
"name": "server",
"version": "1.0.0",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist/ && babel ./ --out-dir dist/ --ignore ./node_modules,./.babelrc,./package.json,./npm-debug.log --copy-files",
"start": "npm run build && node dist/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"express": "^4.16.4",
"google-trends-api": "^4.8.0",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"promise": "^8.0.2",
"sanitizer": "^0.1.3",
"socket.io": "^2.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"rimraf": "^2.6.2"
}
}