UNPKG

insomnia-plugin-valorant

Version:
53 lines (52 loc) 1.52 kB
{ "name": "insomnia-plugin-valorant", "version": "2.0.3", "description": "Adds template tags to Insomnia with Valorant data", "bugs": { "url": "https://github.com/techchrism/insomnia-plugin-valorant/issues" }, "repository": { "type": "git", "url": "https://github.com/techchrism/insomnia-plugin-valorant.git" }, "main": "./dist/index.js", "files": [ "dist" ], "scripts": { "link-windows": "mklink /J \"%APPDATA%/Insomnia/plugins/insomnia-plugin-valorant\" \".\"", "link-insomnium-windows": "mklink /J \"%APPDATA%/Insomnium/plugins/insomnia-plugin-valorant\" \".\"", "build": "tsc --build ./tsconfig.json", "watch": "tsc --build ./tsconfig.json --watch", "prepare": "npm run build" }, "keywords": [ "Valorant", "Insomnia" ], "author": "techchrism", "license": "MIT", "insomnia": { "name": "valorant", "displayName": "Valorant", "description": "Add template tags with Valorant data", "publisher": { "name": "techchrism" }, "applications": { "core": "*" } }, "devDependencies": { "@types/node": "^20.9.2", "@types/node-fetch": "^2.6.9", "@types/ws": "^8.5.10", "electron": "^27.1.2", "typescript": "^5.3.2" }, "dependencies": { "fast-xml-parser": "^4.3.2", "node-fetch": "^2.7.0", "ws": "^8.14.2" } }