{ "name": "clear-wallet", "version": "1.1.4", "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.0", "@capacitor/core": "^4.4.0", "@capacitor/haptics": "^4.0.1", "@capacitor/keyboard": "^4.0.1", "@capacitor/status-bar": "^4.0.1", "@ionic/vue": "^6.3.3", "@ionic/vue-router": "^6.3.3", "@types/chrome": "^0.0.200", "core-js": "^3.26.0", "ethers": "^5.7.2", "vue": "^3.2.41", "vue-router": "^4.1.6" }, "devDependencies": { "@capacitor/cli": "^4.4.0", "@crxjs/vite-plugin": "^1.0.14", "@types/archiver": "^5.3.1", "@types/jest": "^29.2.0", "@types/node": "^18.11.7", "@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/parser": "^5.41.0", "@vitejs/plugin-vue": "^3.2.0", "@vue/eslint-config-typescript": "^11.0.2", "archiver": "^5.3.1", "eslint": "^8.26.0", "eslint-plugin-vue": "^9.6.0", "http-browserify": "^1.7.0", "https-browserify": "^1.0.0", "jest": "^29.2.2", "rollup-plugin-polyfill-node": "^0.11.0", "sass": "^1.55.0", "stream-browserify": "^3.0.0", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "^4.8.4", "util": "^0.12.5", "vite": "^3.2.0", "vue-tsc": "^1.0.9", "yarn-upgrade-all": "^0.7.1" }, "description": "An Ionic project" }