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

7 lines
73 B
JSON
Raw Normal View History

2021-11-19 04:57:24 +08:00
{
"name": "helloworld",
"scripts": {
"build": "node ./build.js"
}
}