UNPKG

874 BJSONView Raw
1{
2 "name": "esbuild-plugin-mxn-copy",
3 "main": "esbuild-plugin-mxn-copy.js",
4 "description": "Esbuild plugin for copying assets into the output directory of your bundle",
5 "version": "1.0.1",
6 "homepage": "https://github.com/ZimNovich/esbuild-plugin-mxn-copy",
7 "license": "MIT",
8 "author": {
9 "name": "Ilya Zimnovich",
10 "email": "zimnovich@gmail.com"
11 },
12 "keywords": [
13 "esbuild",
14 "esbuild-plugin",
15 "bundle",
16 "copy",
17 "assets"
18 ],
19 "dependencies": {
20 },
21 "deprecated": false,
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/ZimNovich/esbuild-plugin-mxn-copy"
25 },
26 "bugs": {
27 "url": "https://github.com/ZimNovich/esbuild-plugin-mxn-copy/issues"
28 },
29 "scripts": {
30 "test": "echo \"Error: no test specified\" && exit 1"
31 }
32}