26 lines
599 B
JSON
26 lines
599 B
JSON
{
|
|
"name": "whisky",
|
|
"version": "1.0.0",
|
|
"description": "OLCC Whisky REST API",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"express-graphql": "^0.12.0",
|
|
"form-data": "^4.0.0",
|
|
"graphql": "^15.5.0",
|
|
"graphql-request": "^3.4.0",
|
|
"http-proxy-agent": "^4.0.1",
|
|
"jsdom": "^16.5.3",
|
|
"moment": "^2.29.1",
|
|
"node-fetch": "^2.6.1",
|
|
"sqlite3": "^5.0.2"
|
|
}
|
|
}
|