{ "name": "@monaco-editor/loader", "version": "1.7.0", "description": "the library aims to setup monaco editor into your browser", "main": "lib/cjs/index.js", "module": "lib/es/index.js", "unpkg": "lib/umd/monaco-loader.min.js", "jsdelivr": "lib/umd/monaco-loader.min.js", "types": "lib/types.d.ts", "repository": { "type": "git", "url": "git+https://github.com/suren-atoyan/monaco-loader.git" }, "homepage": "https://github.com/suren-atoyan/monaco-loader.git", "author": "Suren Atoyan ", "license": "MIT", "scripts": { "test": "jest", "test-watch": "npm run build && jest --watch", "coverage": "jest --collect-coverage", "lint": "npx eslint src", "prepublishOnly": "npm test && npm run lint && npm run build", "build": "rollup -c && cp ./src/types.d.ts ./lib/", "prepare": "husky" }, "keywords": [ "monaco", "editor", "loader", "monaco-editor", "monaco editor" ], "devDependencies": { "@babel/core": "^7.25.0", "@babel/preset-env": "^7.25.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.0", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-replace": "^6.0.1", "@rollup/plugin-terser": "^0.4.4", "babel-jest": "^29.7.0", "babel-loader": "^9.2.1", "eslint": "^9.14.0", "husky": "^9.1.6", "jest": "^29.7.0", "rollup": "^4.24.0" }, "dependencies": { "state-local": "^1.0.6" } }