monaco-types
Version:
Type-only exports of Monaco editor
34 lines (33 loc) • 808 B
JSON
{
"name": "monaco-types",
"version": "0.1.0",
"description": "Type-only exports of Monaco editor",
"repository": "remcohaszing/monaco-types",
"author": "Remco Haszing <remcohaszing@gmail.com>",
"funding": "https://github.com/sponsors/remcohaszing",
"license": "MIT",
"bugs": "https://github.com/remcohaszing/monaco-types/issues",
"homepage": "https://github.com/remcohaszing/monaco-types#readme",
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts",
"monaco-editor.d.ts"
],
"scripts": {
"test": "tsc"
},
"keywords": [
"monaco",
"monaco-editor",
"monaco-editor-core",
"types",
"typescript"
],
"devDependencies": {
"monaco-editor": "*",
"monaco-editor-core": "*",
"prettier": "^2.0.0",
"typescript": "^4.0.0"
}
}