ente/package.json

30 lines
700 B
JSON
Raw Normal View History

2021-03-27 12:35:04 +00:00
{
"name": "electron-frame",
"version": "1.0.0",
"description": "Desktop client of ente",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"lint": "eslint -c .eslintrc --ext .ts ./src",
"start": "npm run build && electron ./dist/main.js"
},
"repository": "https://github.com/electron/electron-quick-start-typescript",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo",
"typescript"
],
"author": "abhinav-grd",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.1",
"electron": "^9.4.0",
"typescript": "^3.9.5"
},
"dependencies": {}
}