frontend/.pnpm-store/v3/files/b9/7c688f29c1fb4affe0f62a75498dcb97d1b2d430980370416b2046c60449711cbd616d7230ebcd6aa06c09904be83f95fa31f2cf5eb8c5ca14a21d2b9884a9

16 lines
344 B
Plaintext

{
"name": "esbuild",
"version": "0.9.7",
"description": "An extremely fast JavaScript bundler and minifier.",
"repository": "https://github.com/evanw/esbuild",
"scripts": {
"postinstall": "node install.js"
},
"main": "lib/main.js",
"types": "lib/main.d.ts",
"bin": {
"esbuild": "bin/esbuild"
},
"license": "MIT"
}