|
1 | 1 | {
|
2 |
| - "name": "@tdanks2000/anilist-wrapper", |
3 |
| - "version": "2.0.4", |
4 |
| - "description": "A comprehensive and easy-to-use TypeScript wrapper for the Anilist GraphQL API (v2). Simplifies fetching anime/manga data and managing user lists in Node.js applications.", |
5 |
| - "type": "module", |
6 |
| - "main": "./dist/index.cjs", |
7 |
| - "module": "./dist/index.js", |
8 |
| - "types": "./dist/index.d.ts", |
9 |
| - "homepage": "https://github.com/Api-Wrappers/anilist-wrapper#readme", |
10 |
| - "publishConfig": { |
11 |
| - "access": "public" |
12 |
| - }, |
13 |
| - "repository": { |
14 |
| - "type": "git", |
15 |
| - "url": "git+https://github.com/Api-Wrappers/anilist-wrapper.git" |
16 |
| - }, |
17 |
| - "keywords": [ |
18 |
| - "anilist", |
19 |
| - "api", |
20 |
| - "wrapper", |
21 |
| - "client", |
22 |
| - "sdk", |
23 |
| - "graphql", |
24 |
| - "anime", |
25 |
| - "manga", |
26 |
| - "anilist api", |
27 |
| - "anilist client", |
28 |
| - "anilist sdk", |
29 |
| - "node", |
30 |
| - "nodejs", |
31 |
| - "typescript", |
32 |
| - "library" |
33 |
| - ], |
34 |
| - "author": { |
35 |
| - "name": "tdanks2000", |
36 |
| - "url": "https://github.com/tdanks2000" |
37 |
| - }, |
38 |
| - "license": "MIT", |
39 |
| - "private": false, |
40 |
| - "exports": { |
41 |
| - "types": "./dist/index.d.ts", |
42 |
| - "import": "./dist/index.js", |
43 |
| - "require": "./dist/index.cjs" |
44 |
| - }, |
45 |
| - "files": [ |
46 |
| - "dist" |
47 |
| - ], |
48 |
| - "scripts": { |
49 |
| - "build": "bun run build.ts", |
50 |
| - "prepublishOnly": "bun run build", |
51 |
| - "codegen": "rimraf src/__generated__ && graphql-codegen --config codegen.yml", |
52 |
| - "test": "bun test" |
53 |
| - }, |
54 |
| - "devDependencies": { |
55 |
| - "@biomejs/biome": "^2.1.3", |
56 |
| - "@graphql-codegen/cli": "^5.0.5", |
57 |
| - "@graphql-codegen/typescript": "^4.1.6", |
58 |
| - "@graphql-codegen/typescript-graphql-request": "^6.2.0", |
59 |
| - "@graphql-codegen/typescript-operations": "^4.6.0", |
60 |
| - "@types/bun": "latest", |
61 |
| - "bun-plugin-dts": "^0.3.0", |
62 |
| - "graphql": "^16.10.0", |
63 |
| - "rimraf": "^6.0.1" |
64 |
| - }, |
65 |
| - "peerDependencies": { |
66 |
| - "typescript": "^5" |
67 |
| - }, |
68 |
| - "dependencies": { |
69 |
| - "graphql-request": "^7.1.2", |
70 |
| - "ky": "^1.8.1" |
71 |
| - } |
| 2 | + "name": "@tdanks2000/anilist-wrapper", |
| 3 | + "version": "2.1.0", |
| 4 | + "description": "A comprehensive and easy-to-use TypeScript wrapper for the Anilist GraphQL API (v2). Simplifies fetching anime/manga data and managing user lists in Node.js applications.", |
| 5 | + "type": "module", |
| 6 | + "main": "./dist/index.cjs", |
| 7 | + "module": "./dist/index.js", |
| 8 | + "types": "./dist/index.d.ts", |
| 9 | + "homepage": "https://github.com/Api-Wrappers/anilist-wrapper#readme", |
| 10 | + "publishConfig": { |
| 11 | + "access": "public" |
| 12 | + }, |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "git+https://github.com/Api-Wrappers/anilist-wrapper.git" |
| 16 | + }, |
| 17 | + "keywords": [ |
| 18 | + "anilist", |
| 19 | + "api", |
| 20 | + "wrapper", |
| 21 | + "client", |
| 22 | + "sdk", |
| 23 | + "graphql", |
| 24 | + "anime", |
| 25 | + "manga", |
| 26 | + "anilist api", |
| 27 | + "anilist client", |
| 28 | + "anilist sdk", |
| 29 | + "node", |
| 30 | + "nodejs", |
| 31 | + "typescript", |
| 32 | + "library" |
| 33 | + ], |
| 34 | + "author": { |
| 35 | + "name": "tdanks2000", |
| 36 | + "url": "https://github.com/tdanks2000" |
| 37 | + }, |
| 38 | + "license": "MIT", |
| 39 | + "private": false, |
| 40 | + "exports": { |
| 41 | + "types": "./dist/index.d.ts", |
| 42 | + "import": "./dist/index.js", |
| 43 | + "require": "./dist/index.cjs" |
| 44 | + }, |
| 45 | + "files": [ |
| 46 | + "dist" |
| 47 | + ], |
| 48 | + "scripts": { |
| 49 | + "build": "bun run build.ts", |
| 50 | + "prepublishOnly": "bun run build", |
| 51 | + "codegen": "rimraf src/__generated__ && graphql-codegen --config codegen.yml", |
| 52 | + "test": "bun test" |
| 53 | + }, |
| 54 | + "devDependencies": { |
| 55 | + "@biomejs/biome": "^2.1.3", |
| 56 | + "@graphql-codegen/cli": "^5.0.5", |
| 57 | + "@graphql-codegen/typescript": "^4.1.6", |
| 58 | + "@graphql-codegen/typescript-graphql-request": "^6.2.0", |
| 59 | + "@graphql-codegen/typescript-operations": "^4.6.0", |
| 60 | + "@types/bun": "latest", |
| 61 | + "bun-plugin-dts": "^0.3.0", |
| 62 | + "graphql": "^16.10.0", |
| 63 | + "rimraf": "^6.0.1" |
| 64 | + }, |
| 65 | + "peerDependencies": { |
| 66 | + "typescript": "^5" |
| 67 | + }, |
| 68 | + "dependencies": { |
| 69 | + "graphql-request": "^7.1.2", |
| 70 | + "ky": "^1.8.1" |
| 71 | + } |
72 | 72 | }
|
0 commit comments