-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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
38
39
40
41
42
{
"name": "esbuild-plugin-browserify-adapter",
"version": "0.1.5",
"description": "Use Browserify transforms as esbuild plugins",
"main": "index.js",
"scripts": {
"test": "tape ./test/test.js",
"posttest": "standard",
"preversion": "npm test",
"version": "changes --commits",
"postversion": "git push --follow-tags && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m90/esbuild-plugin-browserify-adapter.git"
},
"keywords": [
"browserify",
"esbuild",
"transform",
"plugin",
"adapter"
],
"author": "Frederik Ring <frederik.ring@gmail.com>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/m90/esbuild-plugin-browserify-adapter/issues"
},
"homepage": "https://github.com/m90/esbuild-plugin-browserify-adapter#readme",
"devDependencies": {
"@studio/changes": "^2.0.1",
"coffeeify": "^3.0.1",
"coffeescript": "^2.5.1",
"envify": "^4.1.0",
"esbuild": "^0.8.42",
"standard": "^16.0.3",
"tape": "^5.1.1",
"through2": "^4.0.2",
"vm": "^0.1.0",
"yamlify": "^0.2.0"
}
}