monaco-editor/samples/browser-esm-esbuild/package.json

7 lines
73 B
JSON

{
"name": "helloworld",
"scripts": {
"build": "node ./build.js"
}
}