25 lines
590 B
JSON
25 lines
590 B
JSON
{
|
|
"name": "jogos-santa-casa-api",
|
|
"version": "1.0.0",
|
|
"description": "A REST API to check the keys for the latest draws of Jogos Santacasa.",
|
|
"main": "dist/server/app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "nodemon ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^17.0.40",
|
|
"axios": "^0.27.2",
|
|
"cheerio": "^1.0.0-rc.11",
|
|
"express": "^4.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"nodemon": "^2.0.16",
|
|
"typescript": "^4.7.3"
|
|
}
|
|
}
|