Skip to main content
Module

x/putout/package.json

🐊Putout bundle to get things working in Deno and Browsers
Go to Latest
File
{ "name": "@putout/bundle", "version": "1.8.0", "type": "module", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "🐊Putout bundle suitable for Deno or Browsers", "homepage": "https://github.com/putoutjs/bundle", "main": "bundle/putout.js", "exports": { ".": "./bundle/putout.js", "./plugin-putout": "./bundle/plugin-putout.js" }, "repository": { "type": "git", "url": "git://github.com/putoutjs/bundle.git" }, "files": [ "bundle", "README.md", "LICENSE" ], "scripts": { "test": "madrun test", "watch:test": "madrun watch:test", "lint": "madrun lint", "fresh:lint": "madrun fresh:lint", "lint:fresh": "madrun lint:fresh", "fix:lint": "madrun fix:lint", "coverage": "madrun coverage", "report": "madrun report", "build": "madrun build", "build:putout": "madrun build:putout", "build:putout:iife": "madrun build:putout:iife", "build:plugins:putout": "madrun build:plugins:putout", "wisdom": "madrun wisdom" }, "dependencies": { "@rollup/plugin-terser": "^0.4.0" }, "keywords": [ "putout", "bundle", "deno", "esm" ], "devDependencies": { "@putout/plugin-putout": "^12.2.0", "@rollup/plugin-alias": "^5.0.0", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^5.0.2", "acorn-stage3": "^4.0.0", "c8": "^7.5.0", "eslint": "^8.0.1", "eslint-plugin-n": "^15.7.0", "eslint-plugin-putout": "^17.5.0", "hermes-parser": "^0.10.1", "madrun": "^9.0.0", "nodemon": "^2.0.1", "putout": "^29.2.5", "rollup": "^3.15.0", "rollup-plugin-node-externals": "^5.0.0", "rollup-plugin-polyfill-node": "^0.12.0", "tenko": "^2.0.1" }, "license": "MIT", "engines": { "node": ">=16" }, "publishConfig": { "access": "public" }}