convai / server /package.json
Julien Chaumond
server
d0aa19c
raw
history blame contribute delete
No virus
409 Bytes
{
"name": "foobar-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.16.1",
"@types/node": "^12.0.0",
"@types/node-fetch": "^2.3.3",
"colors": "^1.3.3",
"express": "^4.16.4",
"node-fetch": "^2.5.0"
}
}