{ "name": "clear-wallet", "version": "1.2.5", "private": true, "scripts": { "dev": "vite", "inject": "tsc --out src/extension/inject.js src/extension/inject.ts", "content": "tsc --out src/extension/content.js src/extension/content.ts", "post-build": "ts-node ./release-scripts/post-build.ts", "build": "yarn inject && yarn content && vue-tsc --noEmit && vite build && yarn post-build", "preview": "vite preview", "release": "yarn config set version-tag-prefix clear-wallet@v && yarn config set version-git-message 'clear-wallet@v%s' && yarn version --patch && yarn postversion", "postversion": "git push", "pub": "yarn build && yarn release && ts-node ./release-scripts/create-release.ts" }, "dependencies": { "@capacitor/app": "^4.1.1", "@capacitor/core": "^4.6.2", "@capacitor/haptics": "^4.1.0", "@capacitor/keyboard": "^4.1.1", "@capacitor/status-bar": "^4.1.1", "@ionic/vue": "^6.5.2", "@ionic/vue-router": "^6.5.2", "@types/chrome": "^0.0.211", "core-js": "^3.27.2", "ethers": "^5.7.2", "vue": "^3.2.47", "vue-router": "^4.1.6" }, "devDependencies": { "@capacitor/cli": "^4.6.2", "@crxjs/vite-plugin": "^1.0.14", "@types/archiver": "^5.3.1", "@types/jest": "^29.4.0", "@types/node": "^18.11.18", "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.50.0", "@vitejs/plugin-vue": "^4.0.0", "@vue/eslint-config-typescript": "^11.0.2", "archiver": "^5.3.1", "eslint": "^8.33.0", "eslint-plugin-vue": "^9.9.0", "http-browserify": "^1.7.0", "https-browserify": "^1.0.0", "jest": "^29.4.1", "rollup-plugin-polyfill-node": "^0.12.0", "sass": "^1.58.0", "stream-browserify": "^3.0.0", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", "typescript": "^4.9.5", "util": "^0.12.5", "vite": "^4.1.1", "vue-tsc": "^1.0.24", "yarn-upgrade-all": "^0.7.2" }, "description": "An Ionic project" }