24 lines
508 B
JSON
24 lines
508 B
JSON
|
{
|
||
|
"name": "odds-crawler-desktop",
|
||
|
"version": "0.0.1",
|
||
|
"description": "",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.loafle.net/odds_crawler/odds-crawler-desktop.git"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"scripts": {
|
||
|
"electron": "tsc --p ./ && electron ."
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"@types/electron": "^1.6.10",
|
||
|
"electron": "^5.0.0",
|
||
|
"ts-node": "^8.1.0",
|
||
|
"tslint": "^5.16.0",
|
||
|
"typescript": "^3.4.5"
|
||
|
},
|
||
|
"main": "dist/main.js"
|
||
|
}
|