package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@ephox/polaris",
  3. "description": "This project does data manipulation on arrays and strings.",
  4. "version": "5.0.3",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/tinymce/tinymce.git",
  8. "directory": "modules/polaris"
  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. "tslib": "^2.0.0"
  24. },
  25. "devDependencies": {
  26. "@ephox/katamari-assertions": "^3.0.3"
  27. },
  28. "scripts": {
  29. "prepublishOnly": "tsc -b",
  30. "test": "bedrock-auto -b phantomjs -d src/test/ts",
  31. "test-manual": "bedrock -d src/test/ts",
  32. "lint": "eslint --config ../../.eslintrc.json src/**/*.ts"
  33. },
  34. "author": "Tiny Technologies, Inc",
  35. "license": "Apache-2.0",
  36. "main": "./lib/main/ts/ephox/polaris/api/Main.js",
  37. "module": "./lib/main/ts/ephox/polaris/api/Main.js",
  38. "types": "./lib/main/ts/ephox/polaris/api/Main.d.ts"
  39. }