package.json 953 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@ephox/sand",
  3. "version": "5.0.3",
  4. "description": "Platform detection library",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/tinymce/tinymce.git",
  8. "directory": "modules/sand"
  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. "scripts": {
  22. "prepublishOnly": "tsc -b",
  23. "test": "bedrock-auto -b chrome-headless -d src/test/ts",
  24. "test-manual": "bedrock -d src/test/ts",
  25. "lint": "eslint --config ../../.eslintrc.json src/**/*.ts"
  26. },
  27. "keywords": [
  28. "platform"
  29. ],
  30. "author": "Tiny Technologies, Inc",
  31. "license": "Apache-2.0",
  32. "dependencies": {
  33. "@ephox/katamari": "^8.1.1",
  34. "tslib": "^2.0.0"
  35. },
  36. "main": "./lib/main/ts/ephox/sand/api/Main.js",
  37. "module": "./lib/main/ts/ephox/sand/api/Main.js",
  38. "types": "./lib/main/ts/ephox/sand/api/Main.d.ts"
  39. }