]> Untitled Git - lemmy.git/blob - api_tests/package.json
82d2f0eb7644ec88c0a0c51b3e86257af29f3454
[lemmy.git] / api_tests / package.json
1 {
2   "name": "api_tests",
3   "version": "0.0.1",
4   "description": "API tests for lemmy backend",
5   "main": "index.js",
6   "repository": "https://github.com/LemmyNet/lemmy",
7   "author": "Dessalines",
8   "license": "AGPL-3.0",
9   "scripts": {
10     "lint": "tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src",
11     "fix": "prettier --write src && eslint --fix src",
12     "api-test": "jest -i follow.spec.ts && jest -i src/post.spec.ts && jest -i comment.spec.ts && jest -i private_message.spec.ts && jest -i user.spec.ts && jest -i community.spec.ts"
13   },
14   "devDependencies": {
15     "@sniptt/monads": "^0.5.10",
16     "@types/jest": "^26.0.23",
17     "@typescript-eslint/eslint-plugin": "^5.21.0",
18     "@typescript-eslint/parser": "^5.21.0",
19     "class-transformer": "^0.5.1",
20     "eslint": "^8.25.0",
21     "eslint-plugin-prettier": "^4.0.0",
22     "jest": "^27.0.6",
23     "lemmy-js-client": "0.17.0-rc.48",
24     "node-fetch": "^2.6.1",
25     "prettier": "^2.7.1",
26     "reflect-metadata": "^0.1.13",
27     "ts-jest": "^27.0.3",
28     "typescript": "^4.8.4"
29   }
30 }