{ "name": "@ephox/darwin", "description": "This project's purpose is to handle selection and cursor navigation.", "version": "7.0.3", "repository": { "type": "git", "url": "https://github.com/tinymce/tinymce.git", "directory": "modules/darwin" }, "files": [ "lib/main", "lib/demo", "lib/test", "src", "tsconfig.json", "README.md", "LEGAL.txt", "CHANGELOG.txt", "LICENSE.txt" ], "dependencies": { "@ephox/katamari": "^8.1.1", "@ephox/phoenix": "^7.0.3", "@ephox/robin": "^9.0.3", "@ephox/sand": "^5.0.3", "@ephox/snooker": "^10.0.1", "@ephox/sugar": "^8.1.1", "tslib": "^2.0.0" }, "author": "Tiny Technologies, Inc", "license": "Apache-2.0", "main": "./lib/main/ts/ephox/darwin/api/Main.js", "module": "./lib/main/ts/ephox/darwin/api/Main.js", "types": "./lib/main/ts/ephox/darwin/api/Main.d.ts", "scripts": { "test": "tsc -b", "lint": "eslint --config ../../.eslintrc.json src/**/*.ts", "prepublishOnly": "tsc -b" } }