33 lines
893 B
JSON
33 lines
893 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": {
|
|
"axios": "^0.18.0",
|
|
"express": "^4.16.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"nodemon": "^1.18.3",
|
|
"rimraf": "^2.6.2"
|
|
}
|
|
}
|