|
1 | 1 | {
|
2 | 2 | "name": "aigc-detector",
|
3 |
| - "version": "1.0.8", |
| 3 | + "version": "1.0.9", |
4 | 4 | "description": "Detect if content is generated by AI",
|
5 | 5 | "keywords": [
|
6 | 6 | "aigc",
|
|
28 | 28 | "build": "rm -rf dist && tsc -b && node ./scripts/babel.js && oclif manifest",
|
29 | 29 | "prepare": "husky"
|
30 | 30 | },
|
31 |
| - "oclif": { |
32 |
| - "bin": "aigc-detector", |
33 |
| - "commands": "./dist/cli/commands", |
34 |
| - "dirname": "aigc-detector", |
35 |
| - "plugins": [ |
36 |
| - "@oclif/plugin-help", |
37 |
| - "@oclif/plugin-not-found", |
38 |
| - "@oclif/plugin-version", |
39 |
| - "@oclif/plugin-warn-if-update-available" |
40 |
| - ] |
41 |
| - }, |
42 | 31 | "dependencies": {
|
43 | 32 | "@langchain/community": "^0.2.6",
|
44 | 33 | "@langchain/core": "^0.2.6",
|
45 | 34 | "@langchain/openai": "^0.1.1",
|
46 |
| - "@oclif/core": "^3.26.4", |
47 |
| - "@oclif/plugin-help": "^6.0.21", |
48 |
| - "@oclif/plugin-not-found": "^3.1.6", |
49 |
| - "@oclif/plugin-version": "^2.0.17", |
50 |
| - "@oclif/plugin-warn-if-update-available": "^3.0.16", |
| 35 | + "@oclif/core": "^4.0.2", |
| 36 | + "@oclif/plugin-help": "^6.2.0", |
| 37 | + "@oclif/plugin-not-found": "^3.2.2", |
| 38 | + "@oclif/plugin-version": "^2.2.2", |
| 39 | + "@oclif/plugin-warn-if-update-available": "^3.1.4", |
51 | 40 | "ansi-escapes": "^7.0.0",
|
52 | 41 | "chalk": "^5.3.0",
|
53 | 42 | "inquirer": "^9.2.20",
|
54 | 43 | "jsonwebtoken": "^9.0.2",
|
55 | 44 | "langchain": "^0.2.5",
|
56 | 45 | "ora": "^8.0.1",
|
57 |
| - "undici": "^6.18.1" |
| 46 | + "undici": "^6.18.2" |
58 | 47 | },
|
59 | 48 | "devDependencies": {
|
60 | 49 | "@babel/core": "^7.24.4",
|
|
70 | 59 | "glob": "^10.3.12",
|
71 | 60 | "husky": "^9.0.11",
|
72 | 61 | "lint-staged": "^15.2.5",
|
73 |
| - "oclif": "^4.8.5", |
| 62 | + "oclif": "^4.13.0", |
74 | 63 | "prettier": "^3.2.5",
|
75 | 64 | "prettier-plugin-packagejson": "^2.5.0",
|
76 | 65 | "ts-node": "^10.9.2",
|
|
0 commit comments