37 lines
787 B
JSON
37 lines
787 B
JSON
{
|
|
"name": "webscraping",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://gitlab.idcjp.jp:3000/idcjp/WebScraping.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/node": "^22.13.8",
|
|
"prisma": "^6.4.1"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^6.4.1",
|
|
"@types/cheerio": "^0.22.35",
|
|
"@types/dotenv": "^6.1.1",
|
|
"@types/uuid": "^10.0.0",
|
|
"axios": "^1.8.1",
|
|
"bcrypt": "^5.1.1",
|
|
"cheerio": "^1.0.0",
|
|
"dotenv": "^16.4.7",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"prisma": {
|
|
"seed": "node prisma/seed.js"
|
|
}
|
|
}
|