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

  1. {
  2. "name": "ti-link-shortener",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "editor.js",
  6. "scripts": {
  7. "bundle": "npx rollup editor.js -f iife -o editor.bundle.js -p @rollup/plugin-node-resolve && mv editor.bundle.js static",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "ssh://git@technicalincompetence.club:2222/dan/ti-link-shortener.git"
  13. },
  14. "author": "",
  15. "license": "ISC",
  16. "devDependencies": {
  17. "@rollup/plugin-node-resolve": "^11.1.0",
  18. "rollup": "^2.36.2"
  19. },
  20. "dependencies": {
  21. "@codemirror/basic-setup": "^0.17.1",
  22. "@codemirror/lang-markdown": "^0.17.1",
  23. "@codemirror/theme-one-dark": "^0.17.3"
  24. }
  25. }