oxc/npm/oxc-minify/package.json

25 lines
544 B
JSON

{
"name": "oxc-minify",
"version": "0.46.0",
"description": "Oxc minify Node API",
"keywords": [
"minify"
],
"author": "Boshen and oxc contributors",
"license": "MIT",
"homepage": "https://oxc.rs",
"bugs": "https://github.com/oxc-project/oxc/issues",
"repository": {
"type": "git",
"url": "https://github.com/oxc-project/oxc.git",
"directory": "npm/oxc-minify"
},
"funding": {
"url": "https://github.com/sponsors/Boshen"
},
"main": "index.js",
"files": [
"index.d.ts",
"index.js"
]
}