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.5.0", "type": "module", "commitType": "colon", "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": {}, "keywords": [ "putout", "bundle", "deno", "esm" ], "devDependencies": { "@putout/plugin-putout": "^11.11.0", "@rollup/plugin-alias": "^4.0.3", "@rollup/plugin-commonjs": "^22.0.1", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^4.0.0", "acorn-stage3": "^4.0.0", "c8": "^7.5.0", "eslint": "^8.0.1", "eslint-plugin-node": "^11.0.0", "eslint-plugin-putout": "^16.2.1", "hermes-parser": "^0.9.0", "madrun": "^9.0.0", "nodemon": "^2.0.1", "putout": "^28.16.0", "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" }}