23 lines
501 B
JSON
23 lines
501 B
JSON
{
|
|
"name": "@perspective-dev/esbuild-plugin",
|
|
"version": "4.5.2",
|
|
"description": "esbuild plugin for Perspective",
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"README.md"
|
|
],
|
|
"dependencies": {
|
|
"esbuild": "catalog:"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/perspective-dev/perspective/packages/build"
|
|
}
|
|
}
|