Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
380 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "esbuild-wasm",
|
---|
3 | "version": "0.13.4",
|
---|
4 | "description": "The cross-platform WebAssembly binary for esbuild, a JavaScript bundler.",
|
---|
5 | "repository": "https://github.com/evanw/esbuild",
|
---|
6 | "license": "MIT",
|
---|
7 | "engines": {
|
---|
8 | "node": ">=8"
|
---|
9 | },
|
---|
10 | "main": "lib/main.js",
|
---|
11 | "browser": "lib/browser.js",
|
---|
12 | "types": "lib/main.d.ts",
|
---|
13 | "directories": {
|
---|
14 | "bin": "bin"
|
---|
15 | }
|
---|
16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.