UNPKG

esbuild-plugin-lodash

Version:
38 lines (37 loc) 858 B
{ "name": "esbuild-plugin-lodash", "version": "1.2.0", "description": "Similar babel-plugin-lodash for esbuild", "author": "Joshua Stephen (https://github.com/josteph)", "homepage": "https://github.com/josteph/esbuild-plugin-lodash", "main": "index.js", "keywords": [ "esbuild", "esbuild-plugin", "lodash" ], "files": [ "index.js" ], "scripts": { "release": "release-it", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/josteph/esbuild-plugin-lodash.git" }, "license": "MIT", "bugs": { "url": "https://github.com/josteph/esbuild-plugin-lodash/issues" }, "devDependencies": { "@release-it/conventional-changelog": "^2.0.1", "esbuild": "^0.11.22", "jest": "^26.1.0", "release-it": "*" }, "publishConfig": { "access": "public" } }