|
|
- {
- "name": "ti-link-shortener",
- "version": "1.0.0",
- "description": "",
- "main": "editor.js",
- "scripts": {
- "bundle": "npx rollup editor.js -f iife -o editor.bundle.js -p @rollup/plugin-node-resolve && mv editor.bundle.js static",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "ssh://git@technicalincompetence.club:2222/dan/ti-link-shortener.git"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@rollup/plugin-node-resolve": "^11.1.0",
- "rollup": "^2.36.2"
- },
- "dependencies": {
- "@codemirror/basic-setup": "^0.17.1",
- "@codemirror/lang-markdown": "^0.17.1",
- "@codemirror/theme-one-dark": "^0.17.3"
- }
- }
|