-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.14 KB
/
package.json
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
35
36
37
{
"name": "auto-drive",
"version": "1.0.0",
"description": "réseau de neurone apprend à conduire",
"main": "build/main.js",
"types": "build/main.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/LordPax/auto-drive.git"
},
"bugs": {
"url": "https://github.com/LordPax/auto-drive/issues"
},
"homepage": "https://github.com/LordPax/auto-drive#readme",
"scripts": {
"start:show": "electron build/main.js show",
"start:editor": "electron build/main.js editor",
"start:train": "node build/mainTrain.js",
"build": "./compileTs.sh",
"test": "echo \"Error: no test specified\" && exit 1",
"tags": "ctags -R --exclude=node_modules --exclude=.git --exclude=build ."
},
"dependencies": {
"@types/node": "^14.14.31",
"billy-brain": "^1.2.4",
"dotenv": "^8.2.0",
"electron": "^10.4.0",
"lib-perso": "^2.0.0",
"path": "^0.12.7",
"typescript": "^4.2.2"
},
"author": "lordpax",
"license": "ISC",
"devDependencies": {
"electron-packager": "^15.1.0"
}
}