whisky/package.json
James Ketrenos 33131716ce Initial revision
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
2021-04-26 17:55:27 -07:00

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"
}
}