@flareapp/vite-plugin-sourcemap-uploader
Version:
The Flare Vite plugin helps you send sourcemaps of your compiled JavaScript code to Flare. This way, reports sent using the `@flareapp/flare-client` will be formatted correctly.
45 lines (44 loc) • 1.15 kB
JSON
{
"name": "@flareapp/vite-plugin-sourcemap-uploader",
"version": "1.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"keywords": [
"vite",
"vite-plugin",
"flare",
"sourcemaps"
],
"scripts": {
"watch": "tsc --w -noEmit",
"watch-build": "tsc --w",
"build": "tsc",
"prepublishOnly": "yarn build",
"format": "prettier --write 'src/*.ts'"
},
"homepage": "https://flareapp.io",
"repository": {
"type": "git",
"url": "git+https://github.com/spatie/flare-vite-plugin-sourcemap-uploader.git"
},
"bugs": {
"url": "https://github.com/spatie/flare-vite-plugin-sourcemap-uploader/issues"
},
"devDependencies": {
"@types/node": "^18.11.17",
"prettier": "2.8.1",
"typescript": "^4.9.4",
"vite": "^2.7||^3.0||^4.0||^5.0"
},
"dependencies": {
"axios": "^1.2.1",
"fast-glob": "^3.2.12"
},
"peerDependencies": {
"vite": "^2.7||^3.0||^4.0||^5.0"
},
"publishConfig": {
"access": "public"
}
}