16 lines
329 B
JSON
Executable file
16 lines
329 B
JSON
Executable file
{
|
|
"name": "TEAM_00",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node app.js"
|
|
},
|
|
"author": "TEAM_00",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"csvtojson": "^2.0.8",
|
|
"express": "^4.16.4"
|
|
}
|
|
}
|