package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@ephox/phoenix",
  3. "description": "DOM node text gathering library, rose from the ashes of some other projects we can't remember the names of now (edit: seek, sherlock, gift)",
  4. "version": "7.0.3",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/tinymce/tinymce.git",
  8. "directory": "modules/phoenix"
  9. },
  10. "files": [
  11. "lib/main",
  12. "lib/demo",
  13. "lib/test",
  14. "src",
  15. "tsconfig.json",
  16. "README.md",
  17. "LEGAL.txt",
  18. "CHANGELOG.txt",
  19. "LICENSE.txt"
  20. ],
  21. "dependencies": {
  22. "@ephox/boss": "^5.0.3",
  23. "@ephox/katamari": "^8.1.1",
  24. "@ephox/polaris": "^5.0.3",
  25. "@ephox/sugar": "^8.1.1",
  26. "tslib": "^2.0.0"
  27. },
  28. "devDependencies": {
  29. "@ephox/katamari-assertions": "^3.0.3"
  30. },
  31. "scripts": {
  32. "test-manual": "bedrock -d src/test",
  33. "lint": "eslint --config ../../.eslintrc.json src/**/*.ts",
  34. "prepublishOnly": "tsc -b"
  35. },
  36. "author": "Tiny Technologies, Inc",
  37. "license": "Apache-2.0",
  38. "main": "./lib/main/ts/ephox/phoenix/api/Main.js",
  39. "module": "./lib/main/ts/ephox/phoenix/api/Main.js",
  40. "types": "./lib/main/ts/ephox/phoenix/api/Main.d.ts"
  41. }