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.1.4", "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: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": "^3.1.9", "@rollup/plugin-commonjs": "^22.0.1", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "@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": "^15.0.0", "hermes-parser": "^0.8.0", "lerna": "^5.0.0", "madrun": "^9.0.0", "nodemon": "^2.0.1", "putout": "*", "rollup": "^2.75.7", "rollup-plugin-node-externals": "^4.1.1", "rollup-plugin-polyfill-node": "^0.9.0", "tenko": "^2.0.1" }, "license": "MIT", "engines": { "node": ">=16" }, "publishConfig": { "access": "public" }}