|
1 | 1 | {
|
2 | 2 | "name": "confluence.js",
|
3 |
| - "version": "1.4.1", |
| 3 | + "version": "1.5.0", |
4 | 4 | "description": "confluence.js is a powerful Node.JS/Browser module that allows you to interact with the Confluence API very easily",
|
5 | 5 | "author": "Vladislav Tupikin <[email protected]>",
|
6 | 6 | "license": "MIT",
|
|
14 | 14 | "test": "npm run test:unit && npm run test:e2e",
|
15 | 15 | "prettier": "prettier --write src/**/*.ts",
|
16 | 16 | "doc": "typedoc --name \"Confluence.js - Cloud and Server API library\" --out docs ./src/index.ts --plugin typedoc-plugin-extras --footerDate --footerTime --footerTypedocVersion --favicon https://svgshare.com/i/bVi.svg",
|
17 |
| - "lint": "eslint src --ext .ts", |
| 17 | + "lint": "eslint src tests --ext .ts", |
18 | 18 | "lint:fix": "npm run lint -- --fix",
|
19 | 19 | "test:unit": "ava tests/unit",
|
20 | 20 | "test:e2e": "ava --timeout=2m --fail-fast --no-worker-threads -c 1 -s tests/e2e/**/*.test.ts"
|
|
36 | 36 | "api",
|
37 | 37 | "wrapper",
|
38 | 38 | "client",
|
| 39 | + "cloud", |
39 | 40 | "rest",
|
40 | 41 | "wiki",
|
41 | 42 | "atlassian"
|
42 | 43 | ],
|
43 | 44 | "devDependencies": {
|
44 |
| - "@swc-node/register": "^1.4.2", |
| 45 | + "@swc-node/register": "^1.5.1", |
45 | 46 | "@types/express": "^4.17.13",
|
46 | 47 | "@types/oauth": "^0.9.1",
|
47 | 48 | "@types/sinon": "^10.0.11",
|
48 |
| - "@typescript-eslint/eslint-plugin": "^5.21.0", |
49 |
| - "@typescript-eslint/parser": "^5.21.0", |
| 49 | + "@typescript-eslint/eslint-plugin": "^5.25.0", |
| 50 | + "@typescript-eslint/parser": "^5.25.0", |
50 | 51 | "ava": "^4.2.0",
|
51 |
| - "dotenv": "^16.0.0", |
52 |
| - "eslint": "^8.14.0", |
| 52 | + "dotenv": "^16.0.1", |
| 53 | + "eslint": "^8.16.0", |
53 | 54 | "eslint-config-airbnb": "^19.0.4",
|
54 | 55 | "eslint-config-airbnb-typescript": "^17.0.0",
|
55 | 56 | "eslint-import-resolver-typescript": "^2.7.1",
|
56 | 57 | "eslint-plugin-import": "^2.26.0",
|
57 | 58 | "prettier": "^2.6.2",
|
58 | 59 | "prettier-plugin-jsdoc": "^0.3.38",
|
59 |
| - "sinon": "^13.0.2", |
| 60 | + "sinon": "^14.0.0", |
60 | 61 | "typedoc": "^0.22.15",
|
61 | 62 | "typedoc-plugin-extras": "^2.2.3",
|
62 |
| - "typescript": "^4.6.3" |
| 63 | + "typescript": "^4.6.4" |
63 | 64 | },
|
64 | 65 | "dependencies": {
|
65 | 66 | "atlassian-jwt": "^2.0.2",
|
66 |
| - "axios": "^0.27.0", |
| 67 | + "axios": "^0.27.2", |
| 68 | + "form-data": "^4.0.0", |
67 | 69 | "oauth": "^0.9.15",
|
68 | 70 | "tslib": "^2.4.0"
|
69 | 71 | }
|
|
0 commit comments