-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 858 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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"
}
}