forked from michalzaq12/electron-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 851 Bytes
/
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
{
"name": "electron-nuxt",
"version": "1.3.1",
"description": "An Electron & Nuxt.js quick start boilerplate with vue-cli support",
"main": "meta.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michalzaq12/electron-nuxt.git"
},
"keywords": [],
"author": "“Michał <“[email protected]”>",
"license": "MIT",
"bugs": {
"url": "https://github.com/michalzaq12/electron-nuxt/issues"
},
"homepage": "https://github.com/michalzaq12/electron-nuxt#readme",
"scripts": {
"lint": "eslint --no-eslintrc --config .eslintrc.js --ext .js,.ts,.vue ./template ./template/.electron-nuxt"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "0.1.3",
"babel-eslint": "10.0.3",
"eslint": "5.16.0",
"typescript": "3.7.2"
}
}