-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 749 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "ai-engine",
"productName": "Ai Engine",
"description": "Ai Engine is used to create complex Ai with ease.",
"keywords": [
"ai",
"engine",
"aiengine",
"ai-engine"
],
"main": "./main.js",
"version": "1.0.0",
"author": "Ai Projekt",
"scripts": {
"start": "electron ."
},
"devDependencies": {
"electron": "^24.1.2"
},
"dependencies": {
"@nlpjs/basic": "^4.22.0",
"detect-installed": "^2.0.4",
"docsify": "^4.12.1",
"electron-store": "^8.0.0",
"jquery": "^3.6.0",
"lockfile": "^1.0.4",
"marked": ">=4.0.10",
"memfs": "^3.3.0",
"monaco-editor-electron": "^1.0.6",
"object-scan": "^17.0.1",
"shelljs": "^0.8.5",
"v8-compile-cache": "^2.3.0"
}
}