{ "name": "vk-im-reposts-filter", "version": "1.0.0", "description": "Searches for reposts or just a picture messages in VK Messenger. Just open a chat and click \"Find reposts\"!", "main": "userscript/index.user.js", "scripts": { "build:dev": "npx cross-env ENV=development webpack", "build:prod": "npx cross-env ENV=production webpack", "build:watch": "npm run build:watch:dev", "build:watch:dev": "npx cross-env ENV=development webpack --watch", "build:watch:prod": "npx cross-env ENV=production webpack --watch" }, "repository": { "type": "git", "url": "git+https://github.com/pboymt/userscript-typescript-template.git" }, "keywords": [], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/pboymt/userscript-typescript-template/issues" }, "homepage": "https://github.com/pboymt/userscript-typescript-template#readme", "devDependencies": { "@types/node": "^16.11.10", "@types/prettier": "^2.7.0", "@types/tampermonkey": "^4.0.5", "@types/webpack": "^5.28.0", "axios-userscript-adapter": "^0.1.12", "crossenv": "^0.0.2-security", "css-loader": "^6.7.3", "dotenv": "^16.0.3", "prettier": "^2.7.1", "sass": "^1.57.1", "sass-loader": "^13.2.0", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.6", "ts-loader": "^9.2.6", "ts-node": "^10.4.0", "typescript": "^4.5.2", "webpack": "^5.64.3", "webpack-cli": "^4.9.1" }, "userscript": { "require-template": "https://cdn.jsdelivr.net/npm/${dependencyName}@${dependencyVersion}", "name": "VK IM reposts filter", "namespace": "http://tampermonkey.net/", "license": "https://opensource.org/licenses/MIT", "match": [ "https://vk.com/*" ], "connect": [], "require": [], "grant": [ "GM_addStyle" ], "exclude": [], "resources": [] }, "dependencies": { "axios": "^0.27.2" } }