@gelight/sml-editor
Version:
Web component for a simple SML editor
46 lines (45 loc) • 1.19 kB
JSON
{
"name": "@gelight/sml-editor",
"version": "0.0.6",
"description": "Web component for a simple SML editor",
"unpkg": "dist/sml-editor.min.js",
"jsdelivr": "dist/sml-editor.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GELight/sml-editor.git"
},
"keywords": [
"ReliableTxt",
"WhitespaceSV",
"SimpleML",
"SML",
"Simple",
"Markup",
"Language"
],
"author": "Mario Linz",
"license": "MIT",
"bugs": {
"url": "https://github.com/GELight/sml-editor/issues"
},
"homepage": "https://github.com/GELight/sml-editor#readme",
"scripts": {
"build": "rollup -c && cp -Rf public/dist .",
"dev": "rollup -c -w",
"start": "sirv public",
"build-and-publish-release": "RELEASE_VERSION=$npm_package_version ./build-release.sh"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.0.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.0.0"
},
"dependencies": {
"sirv-cli": "^1.0.0"
}
}