package.json 827 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@ephox/bridge",
  3. "version": "3.0.4",
  4. "description": "Ui API for TinyMCE 5",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/tinymce/tinymce.git",
  8. "directory": "modules/bridge"
  9. },
  10. "scripts": {
  11. "test": "echo \"No tests here\"",
  12. "prepublishOnly": "tsc -b",
  13. "lint": "eslint --config ../../.eslintrc.json src/**/*.ts"
  14. },
  15. "dependencies": {
  16. "@ephox/boulder": "^6.0.3",
  17. "@ephox/katamari": "^8.1.1",
  18. "tslib": "^2.0.0"
  19. },
  20. "author": "Tiny Technologies, Inc",
  21. "license": "Apache-2.0",
  22. "files": [
  23. "lib/main",
  24. "lib/demo",
  25. "lib/test",
  26. "src",
  27. "tsconfig.json",
  28. "README.md"
  29. ],
  30. "main": "./lib/main/ts/ephox/bridge/api/Main.js",
  31. "module": "./lib/main/ts/ephox/bridge/api/Main.js",
  32. "types": "./lib/main/ts/ephox/bridge/api/Main.d.ts"
  33. }