23 lines
460 B
JSON
23 lines
460 B
JSON
|
{
|
||
|
"name": "backend",
|
||
|
"version": "0.1.0",
|
||
|
"description": "backed of project csv2html",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"chokidar": "^3.5.2",
|
||
|
"express": "^4.17.1",
|
||
|
"papaparse": "^5.3.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"cors": "^2.8.5",
|
||
|
"eslint": "^7.30.0",
|
||
|
"eslint-config-airbnb-base": "^14.2.1",
|
||
|
"eslint-plugin-import": "^2.23.4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"serve": "node index.js"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC"
|
||
|
}
|