shahnevis-core
Version:
**Shahnevis Core** is a lightweight and flexible library for building custom code editors. It provides essential features like syntax highlighting, a minimap, multi-cursor support, line numbering, and plugin management. This library is framework-agnostic,
31 lines (30 loc) • 700 B
JSON
{
"name": "shahnevis-core",
"version": "1.1.0",
"main": "dist/index.js",
"module": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./core": "./dist/core",
"./utils": "./dist/utils"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/Shahnevis/shahnevis-core.git"
},
"keywords": ["editor", "editor-core", "text editor", "javascript"],
"author": "shahrooz darani",
"license": "GPL-3.0-only",
"scripts": {
"build": "babel src --out-dir dist",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9"
}
}