You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
311 B
19 lines
311 B
6 days ago
|
{
|
||
|
"name": "coding_challenge_tests",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"axios": "^1.7.2",
|
||
|
"jest": "^29.7.0",
|
||
|
"pg": "^8.12.0"
|
||
|
}
|
||
|
}
|