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": "3.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.min.js", "exports": { "import": { ".": "./bundle/putout.min.js", "./dev": "./bundle/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", "wisdom": "madrun wisdom", "build": "madrun build", "build:putout": "madrun build:putout", "build:putout:esm": "madrun build:putout:esm", "build:putout:iife": "madrun build:putout:iife", "copy": "madrun copy" }, "dependencies": {}, "keywords": [ "putout", "bundle", "deno", "esm" ], "devDependencies": { "@rollup/plugin-alias": "^5.0.0", "@rollup/plugin-commonjs": "^25.0.2", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-terser": "^0.4.0", "acorn-stage3": "^4.0.0", "c8": "^9.1.0", "eslint": "^8.48.0", "eslint-plugin-n": "^16.0.1", "eslint-plugin-putout": "^22.3.0", "hermes-parser": "^0.19.1", "madrun": "^10.0.0", "nodemon": "^3.0.1", "putout": "^35.5.1", "rollup": "^4.9.5", "rollup-plugin-node-externals": "^7.0.1", "rollup-plugin-polyfill-node": "^0.13.0", "tenko": "^2.0.1" }, "license": "MIT", "engines": { "node": ">=16" }, "publishConfig": { "access": "public" }}