UNPKG

@blockly/zoom-to-fit

Version:

A Blockly plugin that adds a zoom-to-fit control to the workspace.

57 lines (56 loc) 1.43 kB
{ "name": "@blockly/zoom-to-fit", "version": "6.0.12", "description": "A Blockly plugin that adds a zoom-to-fit control to the workspace.", "scripts": { "audit:fix": "blockly-scripts auditFix", "build": "blockly-scripts build", "clean": "blockly-scripts clean", "lint": "eslint .", "predeploy": "blockly-scripts predeploy", "start": "blockly-scripts start" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "unpkg": "./dist/index.js", "author": "Blockly Team", "keywords": [ "blockly", "blockly-plugin", "zoom-to-fit" ], "homepage": "https://github.com/google/blockly-samples/tree/master/plugins/zoom-to-fit#readme", "bugs": { "url": "https://github.com/google/blockly-samples/issues" }, "repository": { "type": "git", "url": "https://github.com/google/blockly-samples.git", "directory": "plugins/zoom-to-fit" }, "license": "Apache-2.0", "directories": { "dist": "dist", "src": "src" }, "files": [ "dist", "src" ], "devDependencies": { "@blockly/dev-scripts": "^4.0.7", "@blockly/dev-tools": "^8.0.12", "typescript": "^5.4.5" }, "peerDependencies": { "blockly": "^11.0.0" }, "publishConfig": { "access": "public", "registry": "https://wombat-dressing-room.appspot.com" }, "engines": { "node": ">=8.17.0" }, "gitHead": "2d4d03f1e35a3608965ebca858bbc8cd8fb5539d" }