mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-01 15:40:16 +00:00
21 lines
480 B
JSON
21 lines
480 B
JSON
{
|
|
"name": "api_tests",
|
|
"version": "0.0.1",
|
|
"description": "API tests for lemmy backend",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/LemmyNet/lemmy",
|
|
"author": "Dessalines",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"api-test": "jest src/ -i --verbose"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.14",
|
|
"jest": "^26.4.2",
|
|
"lemmy-js-client": "^1.0.14",
|
|
"node-fetch": "^2.6.1",
|
|
"ts-jest": "^26.4.1",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|