| { |
| "name": "rollup-plugin-sourcemaps2", |
| "version": "0.5.4", |
| "description": "Rollup plugin for grabbing source maps from sourceMappingURLs", |
| "author": "Kudakwashe Mupeni <said.coyness-0m@icloud.com>", |
| "license": "MIT", |
| "type": "module", |
| "main": "./dist/index.cjs", |
| "module": "./dist/index.js", |
| "types": "./dist/index.d.ts", |
| "exports": { |
| "import": "./dist/index.js", |
| "require": "./dist/index.cjs", |
| "default": "./dist/index.cjs" |
| }, |
| "sideEffects": false, |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/2wce/rollup-plugin-sourcemaps2.git" |
| }, |
| "engines": { |
| "node": ">=18.0.0" |
| }, |
| "scripts": { |
| "release": "changeset publish", |
| "build": "rollup --config rollup.config.js", |
| "test": "vitest", |
| "prebuild": "rimraf dist && npm run lint:ci && npm run typecheck", |
| "postbuild": "node patch-paths.js", |
| "lint": "biome check --write .", |
| "lint:ci": "biome ci .", |
| "typecheck": "tsc", |
| "prepublishOnly": "npm run build", |
| "preversion": "npm run test" |
| }, |
| "keywords": [ |
| "rollup", |
| "rollup-plugin", |
| "sourcemap", |
| "source-map", |
| "sourceMappingURL" |
| ], |
| "files": [ |
| "dist" |
| ], |
| "dependencies": { |
| "@rollup/pluginutils": "5.2.0" |
| }, |
| "devDependencies": { |
| "@biomejs/biome": "2.2.2", |
| "@changesets/cli": "2.29.6", |
| "@rollup/plugin-swc": "0.4.0", |
| "@swc/core": "1.13.5", |
| "@types/node": "24.3.0", |
| "glob": "11.0.3", |
| "prettier": "3.6.2", |
| "rimraf": "6.0.1", |
| "rollup": "4.50.0", |
| "typescript": "5.9.2", |
| "vite": "7.1.4", |
| "vitest": "3.2.4" |
| }, |
| "peerDependencies": { |
| "@types/node": ">=18.0.0", |
| "rollup": ">=4" |
| }, |
| "peerDependenciesMeta": { |
| "@types/node": { |
| "optional": true |
| } |
| } |
| } |