mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 19:27:49 +00:00
16 lines
262 B
JSON
16 lines
262 B
JSON
{
|
|
"scripts": {
|
|
"tests": "mocha index.js"
|
|
},
|
|
"dependencies": {
|
|
"mocha": "^10.2.0",
|
|
"mochawesome": "^7.1.3",
|
|
"moment": "^2.29.4",
|
|
"should": "^13.2.3",
|
|
"supertest": "^6.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"schemalint": "^2.0.5"
|
|
}
|
|
}
|