{ "name": "monaco-editor-samples", "version": "0.0.1", "description": "Samples for using the Monaco Editor", "main": "index.js", "scripts": { "simpleserver": "node_modules/.bin/http-server -c-1 ./ -p 8888" }, "author": "Microsoft Corporation", "license": "MIT", "dependencies": { "http-server": "^0.9.0", "monaco-editor": "0.x.x" } }