{ "name": "@ephox/sand", "version": "5.0.3", "description": "Platform detection library", "repository": { "type": "git", "url": "https://github.com/tinymce/tinymce.git", "directory": "modules/sand" }, "files": [ "lib/main", "lib/demo", "lib/test", "src", "tsconfig.json", "README.md", "LEGAL.txt", "CHANGELOG.txt", "LICENSE.txt" ], "scripts": { "prepublishOnly": "tsc -b", "test": "bedrock-auto -b chrome-headless -d src/test/ts", "test-manual": "bedrock -d src/test/ts", "lint": "eslint --config ../../.eslintrc.json src/**/*.ts" }, "keywords": [ "platform" ], "author": "Tiny Technologies, Inc", "license": "Apache-2.0", "dependencies": { "@ephox/katamari": "^8.1.1", "tslib": "^2.0.0" }, "main": "./lib/main/ts/ephox/sand/api/Main.js", "module": "./lib/main/ts/ephox/sand/api/Main.js", "types": "./lib/main/ts/ephox/sand/api/Main.d.ts" }