|
1 | 1 | { |
2 | | - "name": "todoist-rest-client", |
3 | | - "version": "3.0.4", |
4 | | - "description": "A simple todoist-rest-api client", |
5 | | - "author": "dubisdev", |
6 | | - "license": "MIT", |
7 | | - "keywords": [ |
8 | | - "todoist", |
9 | | - "rest-client" |
10 | | - ], |
11 | | - "type": "module", |
12 | | - "main": "dist/index.js", |
13 | | - "module": "dist/index.js", |
14 | | - "files": [ "**/dist/**" ], |
15 | | - "exports": { |
16 | | - ".": { |
17 | | - "import": "./dist/index.js", |
18 | | - "default": "./dist/index.js" |
19 | | - } |
20 | | - }, |
21 | | - "types": "dist/index.d.ts", |
22 | | - "dependencies": { |
23 | | - "axios": "^0.24.0", |
24 | | - "uuid": "^8.3.2" |
25 | | - }, |
26 | | - "devDependencies": { |
27 | | - "@types/jest": "^27.0.2", |
28 | | - "@types/uuid": "^8.3.1", |
29 | | - "dotenv": "^10.0.0", |
30 | | - "jest": "^27.3.1", |
31 | | - "ts-jest": "^27.0.7", |
32 | | - "typescript": "^4.4.4" |
33 | | - }, |
34 | | - "scripts": { |
35 | | - "prepublish": "tsc", |
36 | | - "test": "jest" |
37 | | - }, |
38 | | - "repository": { |
39 | | - "type": "git", |
40 | | - "url": "git+https://github.com/dubisdev/todoist-rest-client.git" |
41 | | - }, |
42 | | - "bugs": { |
43 | | - "url": "https://github.com/dubisdev/todoist-rest-client/issues" |
44 | | - }, |
45 | | - "homepage": "https://github.com/dubisdev/todoist-rest-client#readme" |
| 2 | + "name": "todoist-rest-client", |
| 3 | + "version": "3.0.5", |
| 4 | + "type": "module", |
| 5 | + "description": "A simple todoist-rest-api client", |
| 6 | + "author": "dubisdev", |
| 7 | + "license": "MIT", |
| 8 | + "keywords": [ |
| 9 | + "todoist", |
| 10 | + "rest-client" |
| 11 | + ], |
| 12 | + "main": "dist/index.js", |
| 13 | + "files": [ |
| 14 | + "**/dist/**" |
| 15 | + ], |
| 16 | + "types": "dist/index.d.ts", |
| 17 | + "dependencies": { |
| 18 | + "axios": "^0.24.0", |
| 19 | + "uuid": "^8.3.2" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "@types/jest": "^27.0.2", |
| 23 | + "@types/uuid": "^8.3.1", |
| 24 | + "dotenv": "^10.0.0", |
| 25 | + "jest": "^27.3.1", |
| 26 | + "ts-jest": "^27.0.7", |
| 27 | + "typescript": "^4.4.4" |
| 28 | + }, |
| 29 | + "scripts": { |
| 30 | + "prepublish": "tsc", |
| 31 | + "test": "jest" |
| 32 | + }, |
| 33 | + "repository": { |
| 34 | + "type": "git", |
| 35 | + "url": "git+https://github.com/dubisdev/todoist-rest-client.git" |
| 36 | + }, |
| 37 | + "bugs": { |
| 38 | + "url": "https://github.com/dubisdev/todoist-rest-client/issues" |
| 39 | + }, |
| 40 | + "homepage": "https://github.com/dubisdev/todoist-rest-client#readme" |
46 | 41 | } |
0 commit comments