{ "name": "babel-plugin-source-map-support", "version": "2.2.0", "description": "A Babel plugin which automatically makes stack traces source-map aware", "repository": "chocolateboy/babel-plugin-source-map-support", "license": "Artistic-2.0", "main": "dist/index.js", "module": "dist/index.esm.js", "scripts": { "build": "rollup -c --exports default", "build:doc": "toc-md README.md", "clean": "shx rm -rf dist", "prepublishOnly": "run-p build:doc test:prod", "rebuild": "run-s clean build", "test": "run-s rebuild test:run", "test:debug": "cross-env NODE_ENV=development run-s test", "test:prod": "cross-env NODE_ENV=production run-s test", "test:run": "ava --verbose ./test/test.js" }, "files": [ "dist/index.esm.js", "dist/index.js" ], "browserslist": "maintained node versions", "dependencies": { "@babel/helper-module-imports": "^7.16.7" }, "devDependencies": { "@babel/core": "^7.18.5", "@rollup/plugin-node-resolve": "^13.3.0", "ava": "^4.3.0", "cross-env": "^7.0.3", "npm-run-all": "^4.1.5", "prettier": "^2.7.1", "rollup": "^2.75.7", "shx": "^0.3.4", "source-map-support": "^0.5.21", "toc-md-alt": "^0.4.6" }, "keywords": [ "babel-plugin", "source-map", "sourcemap", "source-maps", "sourcemaps", "stack-trace", "stacktrace", "v8" ] }