{ "name": "@ephox/snooker", "description": "This project implements the table model.", "version": "10.0.1", "files": [ "lib/main", "lib/demo", "lib/test", "src", "tsconfig.json", "README.md", "LEGAL.txt", "CHANGELOG.txt", "LICENSE.txt" ], "repository": { "type": "git", "url": "https://github.com/tinymce/tinymce.git", "directory": "modules/snooker" }, "dependencies": { "@ephox/dragster": "^6.0.3", "@ephox/katamari": "^8.1.1", "@ephox/porkbun": "^6.0.3", "@ephox/robin": "^9.0.3", "@ephox/sugar": "^8.1.1", "tslib": "^2.0.0" }, "author": "Tiny Technologies, Inc", "license": "Apache-2.0", "main": "./lib/main/ts/ephox/snooker/api/Main.js", "module": "./lib/main/ts/ephox/snooker/api/Main.js", "types": "./lib/main/ts/ephox/snooker/api/Main.d.ts", "scripts": { "prepublishOnly": "tsc -b", "test": "bedrock-auto -b phantomjs -d src/test/ts", "test-manual": "bedrock -d src/test/ts", "lint": "eslint --config ../../.eslintrc.json src/**/*.ts" } }