package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@ephox/boss",
  3. "description": "Generic wrapper to document models - DomUniverse vs TestUniverse",
  4. "version": "5.0.3",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/tinymce/tinymce.git",
  8. "directory": "modules/boss"
  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/katamari": "^8.1.1",
  23. "@ephox/sugar": "^8.1.1",
  24. "tslib": "^2.0.0"
  25. },
  26. "devDependencies": {
  27. "@ephox/katamari-assertions": "^3.0.3"
  28. },
  29. "scripts": {
  30. "prepublishOnly": "tsc -b",
  31. "test": "bedrock-auto -b phantomjs -d src/test/ts",
  32. "test-manual": "bedrock -d src/test/ts",
  33. "lint": "eslint --config ../../.eslintrc.json src/**/*.ts"
  34. },
  35. "author": "Tiny Technologies, Inc",
  36. "license": "Apache-2.0",
  37. "main": "./lib/main/ts/ephox/boss/api/Main.js",
  38. "module": "./lib/main/ts/ephox/boss/api/Main.js",
  39. "types": "./lib/main/ts/ephox/boss/api/Main.d.ts"
  40. }