1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "@ephox/phoenix",
- "description": "DOM node text gathering library, rose from the ashes of some other projects we can't remember the names of now (edit: seek, sherlock, gift)",
- "version": "7.0.3",
- "repository": {
- "type": "git",
- "url": "https://github.com/tinymce/tinymce.git",
- "directory": "modules/phoenix"
- },
- "files": [
- "lib/main",
- "lib/demo",
- "lib/test",
- "src",
- "tsconfig.json",
- "README.md",
- "LEGAL.txt",
- "CHANGELOG.txt",
- "LICENSE.txt"
- ],
- "dependencies": {
- "@ephox/boss": "^5.0.3",
- "@ephox/katamari": "^8.1.1",
- "@ephox/polaris": "^5.0.3",
- "@ephox/sugar": "^8.1.1",
- "tslib": "^2.0.0"
- },
- "devDependencies": {
- "@ephox/katamari-assertions": "^3.0.3"
- },
- "scripts": {
- "test-manual": "bedrock -d src/test",
- "lint": "eslint --config ../../.eslintrc.json src/**/*.ts",
- "prepublishOnly": "tsc -b"
- },
- "author": "Tiny Technologies, Inc",
- "license": "Apache-2.0",
- "main": "./lib/main/ts/ephox/phoenix/api/Main.js",
- "module": "./lib/main/ts/ephox/phoenix/api/Main.js",
- "types": "./lib/main/ts/ephox/phoenix/api/Main.d.ts"
- }
|