{ "name": "KawAnime", "version": "0.4.0", "main": "background.js", "repository": "https://github.com/Kylart/KawAnime.git", "description": "The ultimate otaku software", "author": { "name": "Kylart", "email": "Kylart.dev@gmail.com" }, "license": "MIT", "scripts": { "dev": "cross-env NODE_ENV=development vue-cli-service electron:serve", "build": "vue-cli-service electron:build", "pack": "npm run build -- --dir", "dist": "npm run dist:mac && npm run dist:win && npm run dist:linux", "dist:mac": "npm run build -- --mac", "dist:win": "npm run build -- --win --x64 --ia32", "dist:linux": "npm run build -- --linux deb AppImage", "publish:mac": "npm run build -- --mac -p always", "publish:win": "npm run build -- --linux deb AppImage -p always", "publish:linux": "npm run build -- --mac -p always", "lint": "vue-cli-service lint", "postinstall": "electron-builder install-app-deps", "postuninstall": "electron-builder install-app-deps", "test:e2e": "vue-cli-service test:e2e", "test:unit": "vue-cli-service test:unit" }, "dependencies": { "anitomy-js": "^3.1.0", "buttercup": "^2.12.0", "chalk": "^2.4.2", "electron-updater": "^4.0.6", "lodash": "^4.17.11", "mal-scraper": "^2.6.2", "matroska-subtitles": "^2.0.3", "mime": "^2.4.3", "moment": "^2.24.0", "nyaapi": "^2.0.5", "range-parser": "^1.2.1", "register-service-worker": "^1.6.2", "rimraf": "^2.6.3", "velocity-animate": "^1.5.2", "vue": "^2.6.10", "vue-router": "^3.0.6", "vuetify": "^1.5.14", "vuex": "^3.1.1", "webtorrent": "^0.103.1" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.8.0", "@vue/cli-plugin-eslint": "^3.8.0", "@vue/cli-plugin-pwa": "^3.8.0", "@vue/cli-plugin-unit-mocha": "^3.8.0", "@vue/cli-service": "^3.8.0", "@vue/eslint-config-standard": "^4.0.0", "@vue/test-utils": "^1.0.0-beta.29", "babel-eslint": "^10.0.1", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "cross-env": "^5.2.0", "electron": "^4.2.3", "electron-builder": "^20.41.0", "eslint": "^5.16.0", "eslint-plugin-vue": "^5.2.2", "lint-staged": "^8.1.7", "pug": "^2.0.3", "pug-plain-loader": "^1.0.0", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "vue-cli-plugin-electron-builder": "^1.3.4", "vue-template-compiler": "^2.6.10" }, "gitHooks": { "pre-commit": "lint-staged" }, "lint-staged": { "*.js": [ "vue-cli-service lint", "git add" ], "*.vue": [ "vue-cli-service lint", "git add" ] } }