interview-v2/package.json

36 lines
972 B
JSON

{
"name": "interview-v2",
"version": "1.0.0",
"description": "## Exercice",
"main": "app.js",
"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/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sundowndev/interview-v2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sundowndev/interview-v2/issues"
},
"homepage": "https://github.com/Sundowndev/interview-v2#readme",
"dependencies": {
"async": "^2.6.1",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"request": "^2.88.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"nodemon": "^1.18.3",
"rimraf": "^2.6.2"
}
}