askii-cli 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,45 +1,45 @@
1
- {
2
- "name": "askii-cli",
3
- "version": "0.2.3",
4
- "description": "ASKII CLI - AI code assistant with style ( •_•)>⌐■-■ (⌐■_■)",
5
- "bin": {
6
- "askii": "./dist/index.js"
7
- },
8
- "files": [
9
- "dist",
10
- "README.md"
11
- ],
12
- "scripts": {
13
- "build": "node build.js",
14
- "build:prod": "node build.js --production",
15
- "dev": "node build.js --watch",
16
- "release": "node build.js --production && npm publish"
17
- },
18
- "engines": {
19
- "node": ">=18.0.0"
20
- },
21
- "keywords": [
22
- "ai",
23
- "cli",
24
- "ollama",
25
- "lmstudio",
26
- "code-assistant"
27
- ],
28
- "author": "danisss9",
29
- "license": "MIT",
30
- "repository": {
31
- "type": "git",
32
- "url": "https://github.com/danisss9/ASKII"
33
- },
34
- "dependencies": {
35
- "@lmstudio/sdk": "^1.5.0",
36
- "ollama": "^0.6.3",
37
- "screenshot-desktop": "^1.12.7"
38
- },
39
- "devDependencies": {
40
- "@types/node": "22.x",
41
- "@types/screenshot-desktop": "^1.15.0",
42
- "esbuild": "^0.27.2",
43
- "typescript": "^5.9.3"
44
- }
45
- }
1
+ {
2
+ "name": "askii-cli",
3
+ "version": "0.2.4",
4
+ "description": "ASKII CLI - AI code assistant with style ( •_•)>⌐■-■ (⌐■_■)",
5
+ "bin": {
6
+ "askii": "./dist/index.js"
7
+ },
8
+ "files": [
9
+ "dist",
10
+ "README.md"
11
+ ],
12
+ "scripts": {
13
+ "build": "node build.js",
14
+ "build:prod": "node build.js --production",
15
+ "dev": "node build.js --watch",
16
+ "release": "node build.js --production && npm publish"
17
+ },
18
+ "engines": {
19
+ "node": ">=18.0.0"
20
+ },
21
+ "keywords": [
22
+ "ai",
23
+ "cli",
24
+ "ollama",
25
+ "lmstudio",
26
+ "code-assistant"
27
+ ],
28
+ "author": "danisss9",
29
+ "license": "MIT",
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "git+https://github.com/danisss9/ASKII.git"
33
+ },
34
+ "dependencies": {
35
+ "@lmstudio/sdk": "^1.5.0",
36
+ "ollama": "^0.6.3",
37
+ "screenshot-desktop": "^1.12.7"
38
+ },
39
+ "devDependencies": {
40
+ "@types/node": "22.x",
41
+ "@types/screenshot-desktop": "^1.15.0",
42
+ "esbuild": "^0.27.2",
43
+ "typescript": "^5.9.3"
44
+ }
45
+ }