You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
717 B

{
"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"
}
}